body {
	font-family: Verdana, Geneva, sans-serif;
	font-size : 13px;
	color: #F5F5DC;
	background-color: #336699   ;
}

td {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 13px;
}

th {
	font-family: Arial,Helvetica,sans-serif;
		font-size : 13px;

}

select {
	font-family: Arial,Helvetica,sans-serif;
		font-size : 11px;

}

form {margin-top: 0px; margin-bottom: 0px;} 

A:link {
	color: Aqua;
	text-decoration: underline;
}

A:visited {
	color: Aqua;
	text-decoration: underline;
}

A:active {
	color: Fuchsia;
	text-decoration: underline;
}

A:hover {
	color: Fuchsia;
	text-decoration: underline;
}

A.whitelink:link {
	color: #E0FFFF;
	text-decoration: underline;
}

A.whitelink:visited {
	color: #E0FFFF;
	text-decoration: underline;
}

A.whitelink:active {
	color: Aqua;
	text-decoration: underline;
}

A.whitelink:hover {
	color: Aqua;
	text-decoration: underline;
}

/* Dark Links ************************/
A.darklink:link {
	color: #000033;
	text-decoration: underline;
}

A.darklink:visited {
	color: #000033;
	text-decoration: underline;
}

A.darklink:active {
	color: #00FFFF;
	text-decoration: underline;
}

A.darklink:hover {
	color: #00FFFF;
	text-decoration: underline;
}
/* ************************************/
A.plainlink:link {
	color: Aqua;
	text-decoration: none;
}

A.plainlink:visited {
	color: Aqua;
	text-decoration: none;
}

A.plainlink:active {
	color: Fuchsia;
	text-decoration: none;
}

A.plainlink:hover {
	color: Fuchsia;
	text-decoration: none;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.smallgray {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Gray;
}

.tinygray {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Gray;
}
.tinyArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.tinynarrow {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size :10px;
}

.small {
	font-family: Arial,Helvetica,sans-serif;
		font-size : 11px;
}
.smallnarrow {
	font-family: Arial Narrow,Helvetica Narrow,sans-serif;
		font-size : 11px;
}
.attention {
	font-family: Arial,Helvetica,sans-serif;
	color: #990000;
	font-size : 12px;
	font-style : italic;
}

.TableTitleLine {
	font-family:Arial,Helvetica,sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #003060;
	border-bottom : 2px solid #A8B2BB;
	padding-top : 2px;
	padding-bottom : 2px;
}

.TableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #003060;
	padding-top : 2px;
	padding-bottom : 2px;
}

.highlightField {
background-color: "#ffccff"; 
}
.nohighlightField {
	background-color: transparent;
}

.GridTitleColor {
	background-color: #D5E0ED;
}

.GridTitle
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7C98AE;
	text-align : center;
}

.HelpTitle
{
	background-color: #F0F5FB;
}

.inverse
{
	color: white;
	background-color: black;
}

.GridTitleDanger
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: Maroon;
	text-align : center;
}
.smallbutton {
	border-style: solid;
	border-width: 1px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
	height: 16px;
	background: #EEEEEE;
}

.b {
	font-weight: bold;
}

.i {
	font-style:italic;
}

.large {
	font-size:16px;
}

.xlarge {
	font-size:18px;
}

.xxlarge {
	font-size: 22px;
}

.gray {
	color: #999999;
}