/* CSS Document */


BODY {
	background-color: #0562BF;
	margin: 0;
    padding: 0;
}
.maintable td {

	font-family: verdana, sans-serif;
	font-size: 12px;

}

.greentable {
	background-color: #009900;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	padding: 5px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}


.main {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.main_bold {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.small {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 9px;
}
.greentable a:link,.greentable a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;

}
.greentable a:hover {
	color:  #000000;
	text-decoration:  underline;
		font-weight: bold;

}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color:  #000000;
	text-decoration:  underline;
		font-weight: bold;

}
.box {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #009900;
}
.title {
	font-size: 14px;
	font-style: normal;
	color: #009900;
	font-weight: bold;
}
.justgreen {

	font-style: normal;
	color: #009900;
	font-weight: bold;
}
.c_title {

    background-repeat: no-repeat;
	font-size: 14px;
	font-style: normal;
	color: #009900;
	font-weight: bold;
}



.form {
	background-color: #FFFFCC;
}
.form_button {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	padding: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.clear_box {
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
h4 {
	font-size: 12px;
	color: #000000;
}
.box1 {
	padding: 2px;
	border: 1px solid #009900;
	width: 300px;
}
