body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #003366;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #008200;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #008200;
	margin: 0px;
	padding: 0px;
}
h4 {  font-size: 14px; color: #008200}
h5 {  font-size: 12px; color: #008200}
h6 {  font-size: 9px; color: #008200}
p {
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
td {
	font-size: 13px
}
table {
	font-size: 13px
}
.footer {
	font-size: 12px
}

#box-table-b1
{
	font-size: 12px;
	width: 600px;
	border-collapse: collapse;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
}
#box-table-b1 th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #FFFFFF;
}
#box-table-b1 td
{
	padding: 8px;
	color: #000000;
	background-color: #f4f4f4;
	border: 1px solid #FFFFFF;
}

#box-table-b1 .tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	height: 10px;
	width: 620px;
}

#box-table-b
{
	font-size: 12px;
	margin: 45px;
	width: 90%;
	border-collapse: collapse;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #FFFFFF;
}
#box-table-b td
{
	padding: 8px;
	color: #000000;
	background-color: #f4f4f4;
	border: 1px solid #FFFFFF;
}

/* FORM STYLES */

input[type="button"], input[type="submit"]{
	vertical-align:middle;
	height: 26px;
	font-size:14px;
	text-align:center;
	color:#333;
	border-top:1px solid #eee;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #eee;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-image: url(../images/forms/form-button-bg.gif);
	background-repeat: repeat-x;
}
	
input[type="button"]:hover,  input[type="submit"]:hover{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #c5d2e8;
	border-top: 1px solid #c5d2e8;
	background-image: url(../images/forms/form-button-bg2.gif);
	background-repeat: repeat-x;
}

form{
	margin: 0;
}

input[type="text"], input[type="textbox"] {
	padding: 5px;
	font-size: 14px;
	color: #118331;
	border: 1px solid #c7c7c7;
	background-image: url(../images/forms/form-field-bg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type="password"]{
	padding: 5px;
	font-size: 14px;
	color: #494949;
	border: 1px solid #c7c7c7;
	background-image: url(../images/forms/form-field-bg.gif);
	background-repeat: repeat-x;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

textarea{
	font-size: 14px;
	color: #494949;
	padding-left: 2px;
	border: 1px solid #c7c7c7;
	padding: 5px;
	background-image: url(../images/forms/form-field-bg.gif);
	background-repeat: repeat-x;
}

input[type="checkbox"] {
	padding: 0;
	margin: 0;
}

input[type="radio"] {
	height: 15px;
	padding: 0px;
}

select {
	color: #494949;
	padding-left: 2px;		
	border: 1px solid #c7c7c7;
	padding: 5px;
	font-size: 14px;
	background-image: url(../images/forms/form-field-bg.gif);
	background-repeat: repeat-x;
}

