*  {
	font-family: Arial, Helvetica, sans-serif;
}

body  { 
	background: #00072c;
	color: #FFFFFF;
	font-size: 13px;
	margin:0px;
}

.whitebody  {  
	background: #FFFFFF;
	color: #FFFFFF;
	font: 13px;
	margin:0px;
}

.bluebody  {  
	background-attachment: fixed;
	background-color: #d0eaff;
	background-image: url(img/trybg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	color: #FFFFFF;
	margin:0px;
}

.blacktitle1 {
    font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #8e96aa;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #001856;
}

.title3 {
	font-size: 13px;
	font-weight: bold;
	color: #001856;
}

.bluetext {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #001856;
}

table#docs .drname {
	font-size: 11px;
	font-weight: bold;
	color: #001856;
}

table#docs .drwhere {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}

h1,h2 {
	color: #999999;
}

h3  {
	color: #00072c;
}

td {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a:link,a:active,a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
	

a:hover {
	color: #0066ff;
}

a.whitelink:link,a.whitelink:active,a.whitelink:visited {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
	

a.whitelink:hover {
	color: #ffff00;
}

a.navlink:hover {
	font-size:inherit;
	color: #3153ac;
	text-decoration: underline;
}

a.navlink:link,a.navlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #001856;
	text-decoration: none;
}

a.backlink:hover {
	font-size:inherit;
	color: #3153ac;
	text-decoration: underline;
}

a.backlink:link,a.backlink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #001856;
	text-decoration: none;
}

a.tinylink {
	font-size:10px;
}