table {
	font-size: 12px;
}
.myInput {
	border: 1px solid #425C76;
}
.grayBorderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #D0D1D8;
	border-left-color: #D0D1D8;
}
.blueBorderAll {
	border: 1px solid #70BADB;
}
.dotLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}
.cyanBorderTLR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B8C1DA;
	border-right-color: #B8C1DA;
	border-left-color: #B8C1DA;
}

a:link {font-size: 9pt; line-height: 150%; color: #333333; text-decoration: none}
a:visited {font-size: 9pt; line-height: 150%; color: #333333; text-decoration: none}
a:hover {font-size: 9pt; line-height: 150%; color: #F50D0D; text-decoration: underline}
a:active {font-size: 9pt; line-height: 150%; color: #F50D0D; text-decoration: none}
.DarkBorderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #83838A;
	border-left-color: #83838A;
}
a.Menu:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
a.Menu:active {
	font-size: 14px;
	color: #006600;
	text-decoration: underline;
}
a.Blue:link {
	font-size: 14px;
	
	color: #0454C1;
	text-decoration: none;
}
a.Blue:visited {
	font-size: 14px;
	
	color: #0454C1;
	text-decoration: none;
}
a.Blue:hover {
	font-size: 14px;
	
	color: #FF0000;
	text-decoration: underline;
}
a.Blue:active {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

