.button {	
	font-size : 12pt;
	font-weight : bold;
	color : black;
	background : #335cd8;	
	
}


.link2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Yellow;
	background : #0066FF;
	padding : 5px 10px 5px 10px;
}

.tableinfo {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.error {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Red;
	text-align : center;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	color: white;
}

.basictext {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : white;
}
			
.smalltext {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
}	

body{
 color: #ffffff; 
 background-color: #335cd8;
  
}


table.tableSmall td{
 font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
  
}

h2 {
	font: bold italic 2em Georgia, Times, serif;
	margin: 0;
	padding: 0;
	}
	
#TopLinks a, a:link, a:visited, a:active{
		text-decoration: none;
		font-weight: bold;
		background-color: #335cd8;
		padding: 2;
		border: solid 1px #ffffff;
		color: #ffffff;
		font-size : 12pt;
	}	
	
#TopLinks a:hover {
		text-decoration: none;
		font-weight: bold;
		background-color: #800000;
		padding: 2;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size : 12pt;
	}	