/* CSS Document */

body {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background: #FEFCF0;
	margin-left: 0px;
	margin-top: 25px;
	text-align:center;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom:-4px;
}

 h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom:-4px;
}

p {
	margin-bottom:-4px;
}


a {
	color:#333333; 
	text-decoration : none; 
	}

a:hover {
	text-decoration : underline;
}

img {
	border:0px;
}

.menu {
	font-size : 10px;
	color : #000000; 
	font-weight:bold;
}

.menu:hover {
	text-decoration:none;
}

.menuOn {
	font-size : 10px;
	color : #FFFFFF; 
	font-weight:bold;
}

.menuOn:hover {
	text-decoration:none;
}

.underline {
	text-decoration:underline;
}

.input {
    FONT-SIZE: 10px; 
	FONT-FAMILY: verdana,arial,helvetica,sans-serif; 
	COLOR: #000000; 
	FONT-WEIGHT: normal;
}

.button {
    color: #000000;
	font-size: 11px;
	border-width: 1px;
	border-color: #CCCCCC;
	background: #EEEDEC;
	font-weight: bold;
}