/*------------------------------------------------- BASIC ELEMENTS */
html{ width: 100%;}
body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:0.7em;
	padding: 0px;
	margin-bottom:20px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
}


TABLE#dOuterTable{
	width:720px;
}
TABLE#dContentTable{
	width:696px;
}



TD.tdMenuColumn{
	width:157px;
}

TD.tdContentColumn{
	width:521px;
	padding-bottom:15px;
}


.wrapper{
	width:720px;
	height:71px;
	margin-left: auto;
	margin-right: auto;
}


.titletext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:Bold;
	color:#000063;
}

.borderleftrightbottom{
	border-left-color: #97ABD9;;
	border-left-style: solid;
	border-left-width: 1px;

	border-right-color: #97ABD9;;
	border-right-style: solid;
	border-right-width: 1px;

	border-bottom-color: #97ABD9;;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.borderbottom{
	border-bottom-color: #97ABD9;;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bordergreyright{
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}

.bordergreyfull{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.borderleftbottom{
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bordernoright{
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}


.bold{
font-weight:bold;
}

.frmSearch{
	width:84px;
	border-color: #CCCCCC;
	border-style: inset;
	border-width: 1px;
	font-size:10px;
}

.frmStandard{
	width:160px;
	border-color: #CCCCCC;
	background-color:#EEF2FB;
	border-style: inset;
	border-width: 1px;
	font-size:10px;
}

.frmSmall{
	width:60px;
	border-color: #CCCCCC;
	background-color:#EEF2FB;
	border-style: inset;
	border-width: 1px;
	font-size:10px;
}


A:link.colorBlack,A:visited.colorBlack,A:hover.colorBlack{
	color:#000000;
	text-decoration: underline;
}


A:link,A:visited{
	font-family:Verdana;
	font-weight:normal;
	color:#0068C9;
	text-decoration: none;
}
A:hover{
	color:#000000;
	text-decoration: underline;
}
