.MainHeader {
	font-size: 1.1em;
	font-weight: bold;
	color: #31639C;
}

.BlackHeader {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.mainShellTable {
	background-color: white;
	width: 748px;
}

.SecondHeader {
	font-size: 1em;
	font-weight: bold;
	color: 31639C;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman, Geneva, Georgia, "Modern No. 20", Times, serif;
	background-color: #5A9ABE;
	margin-top: 4px;
	font-size: 14px;
}

A:link {color: #1C2742;}
A:visited {color: #1C2742;}
A:active {color: #1C2742;}
A:hover {color: #5A9ABE;}

td {
	font-size: 1em;
}

p {
	font-size: .9em;
}

.curvebox {
	width: 100%;
	padding: 1em;
	background-color: #B0C4DE;
	color: #33527B;
	-moz-border-radius: 25px;
}

.bigBlueHeader {
	font-size: 2em;
	color: #336699;
}

.datatable {
	font-size: 1.1em;
	
}

/*
.datatable tr:hover {
	background-color:#D4D4D4
}
*/

.SidebarHeader {
	font-size: 14px;
	font-weight: bold; text-decoration:underline;
}
.Sidebar {
	background-color: #95C5DE;
}

.container{
	background-color:#FFFFFF;
	padding:10px 20px 20px 20px;
}

#pageContent{
	margin-top:20px;
	
	
	/*
	border:1px dashed #cccccc;
	padding:10px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#loading{
	visibility:hidden;
}

.demo{
	color:white;
}