body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F3F3F3;
	color: #336699;

} 

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #336699}

a:link {
	color: #336699;
	text-decoration: underline;
} 
a:active {
	color: #336699;
	text-decoration: underline;
} 
a:visited {
	color: #336699;
	text-decoration: underline;
} 
a:hover {
	color: #66CC00; 
	text-decoration: underline;
} 
	
a.smalllink:link {color: #009900;}
a.smalllink:active {color: #009900;}
a.smalllink:visited {color: #009900;}
a.smalllink:hover {color: #336699;}

a.smallwhitelink:link {color: #FFFFFF;}
a.smallwhitelink:active {color: #FFFFFF;}
a.smallwhitelink:visited {color: #FFFFFF;}
a.smallwhitelink:hover {color: #FFFFFF;}

a.navlink:link {
	color: #FFFFFF;
	font-size: 10px;
}
a.navlink:active {
	color: #FFFFFF;
	font-size: 10px;
}
a.navlink:visited {
	color: #FFFFFF;
	font-size: 10px;
}
a.navlink:hover {
	color: #EFDFFF;
	font-size: 10px;
}

.table-border {
	border: 1px solid #336699;
}
.header {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.contentback {
	background-image: url(../images/layout/content_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	padding: 10px;

}
.smalltext {
	font-size: 10px;
}
.headerback {

	background-image: url(../images/layout/header_ripple.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portalback {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;

}
.whitetext {
	color: #FFFFFF;
}
.submit-button {
	background-image: url(../images/submit_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #FFFFFF;
	background-color: #336699;
	height: 21px;
	width: 110px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #336699;

}
.inputfields {
	background-image: url(../images/input_fields.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #FFFFFF;
	height: 21px;
	width: 126px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	background-color: #336699;

}
.greytext {
	color: #666666;
}
