/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#333333;
  text-decoration:none;
}

body{
	
	background-position: left bottom;
	background-attachment : fixed;
	background-repeat: no-repeat;
	
}

hr{
height: 1px;
color: #003366;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}


h2,.Header   {
  font-weight:bold;
  font-size  :16px;
  color: #003366;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  color: #000033
}

.SmallText{
  font-size  :10px;
}


.whitetext
{
color:white;
}


