body
{
	padding: 0px;
	margin: 0px;
	font-family: verdana, 'Microsoft Sans Serif', tahoma, helvetica, arial, sans-serif;
	background-color: #081452;
}

#mainTB 
{
	padding:0px;
	margin:0px;
}
	
p, li
{
	font-size: 0.9em;
	color: black;
}

a:link, a:visited 
{
	font-size: 1em;
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#tdMenu
{
	padding: 10px;
}

#tdFooter
{
	border-top: solid 2px #ffffff;
}

#footTBL
{
	color: #ffffff;
	font-size:11px;
}

#footTBL a
{
	color: #ffffff;
	font-size:11px;
	text-decoration:underline;
}

#textArea
{
	padding-top: 30px;
	padding-right: 10px;
}

#textPic
{
	padding: 20px;
}

#textPic a:hover
{
	color: blue;
	text-decoration: none;
}


.formInput td, .formInput th
{
	color: #505166;
	background-color: #cedce9;
}

.formInput h1
{
	color: black;
	font-size: 2.2em;
	font-weight: bold;
	text-align: left;
}

.formInput th, .formInput p
{
	font-size: .9em;
}


/* Standard DataGrid */
.dgHeader td
{
	padding: 2px 8px;
	background-color: #3672A7;
	color: White;
	font-size: 12px;
	font-weight: bold;
}

.dgHeader td a
{
	color: White;
}

.dgItem td
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	background-color: #99ccff;
}

.dgItemAlternate td
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	background-color: white;
	color: Black;
}

input, textarea, select
{
	font-family: "lucida console" , "courier new" , courier, monospace;
}

#RBLemail_0, #RBLemail_1
{
	border: solid 0px white;
}

dt
{
	font-weight: bold;
	padding-left: 1ex;
	padding-right: 1ex;
	font-size: .9em;
}

dd
{
	padding-left: 1ex;
	padding-right: 1ex;
	padding-bottom: 1.5em;
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Microsoft Sans Serif' , verdana, tahoma, helvetica, arial, sans-serif;
}

h2, h3
{
	color: white;
	background-color: #6487dc;
	padding-left: 1ex;
	padding-right: 1ex;
}

h4
{
	color: white;
	background-color: #6487dc;

}

h1
{
	font-size: 1.6em;
	text-align: center;
	line-height: 1.3em;
	color: #6487dc;
	font-weight: 100;
}

h2
{
	font-weight: bold;
	font-size: .9em;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	margin-top: 3ex;
}

h4
{
	font-size: 1em;
	text-align: center;
	line-height: 1.3em;
	color: #6487dc;
	margin-top: 50px;
	font-weight: 100;
}

img
{
	border: none;
}

acronym
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

code
{
	font-family: "lucida console" , "courier new" , courier, monospace;
}

.warning
{
	color: Red;
	font-weight: bold;
	padding: 3em;
}

