
html, body { height: 100%;
			 margin: 0px;
			 cursor: default;
			 font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: gray;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color:#1A254D; text-decoration:none;}
a:active {color:#1A254D; text-decoration:underline;}
a:visited {color:#1A254D; text-decoration:none;}
a:hover {color: #336699; text-decoration:underline;}

.header {
		padding: 5px;
		border-style: solid;
		border-color: gray;
		border-width: 1px 0px 1px 0px;
		background-image: url(img/bg_links.gif);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
}

.smallfont {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
}

.menuTable {
		border-style: solid;
		border-color: gray;
		border-width: 0px 1px 1px 1px;
}

.menuCell {
		padding-right: 25px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
		color: black;
		cursor: default;
}

.menuCellHover {
		padding-right: 25px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #566364;
		font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
		color: white;
		cursor: default;
}

.logo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16pt;
		height: 40px;
		padding-left: 25px;
		background: #19529a;
}

.logo2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: white;
		height: 30px;
		padding-left: 25px;
		background: #2642c1;
}

.linkcell {
	padding: 5px;
	border-top-width: 0px;
}

.underline {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

.textBox {
	background: white;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.textBoxRequired {
	background: white;
	border-style: solid;
	border-color: #ffa500; /*orange*/
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.button	{
		padding: 2px;
		border-width:1px;
		border-style:outset;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.redstar{
	color: red;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35) progid:DXImageTransform.Microsoft.Fade(duration=0.15)
}

.label{
	cursor: pointer; cursor: hand;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.label_hover{
	cursor: pointer; cursor: hand;
	border-style: solid;
	border-color: #336699;
	border-width: 1px;
}

.dashed_bottom{
	border-style: dashed;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

.menutab {
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	background: white;
	cursor: default;
}

.tabon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: #D4DBE9;
	cursor: pointer; cursor: hand;
}

.taboff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: white;
	cursor: pointer; cursor: hand;
}

.black_border{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}