/* CSS Document */


/*a           */
body 
{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #2856A1;
	text-align: center;
	height:100%;
}

#content 
{
	width: 677px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	background: #FFFFFF;
	text-align:left;
    min-height:100%;
	
}



a
{
	color: #4D74B9;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
	color:#4D74B9; 


    
}

.ThisIsAClass
{
	margin: 25px;
	height: 80px;
	width: 150px;
	color: green;
	font-size: 24px;
	font-weight: bold;
}

.FirstTableBackgroundColorStyle
{
	background-color: #CC0000;
	border: 2px dashed #000000;
}
.style1 {color: #FFFFFF}
.style2 {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
			
}

.labelStyle {
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	
	background-color:#4D74B9;
	color:#FFFFFF;
	font-weight:800;
	text-align:center;
	padding:2px;
   
	}

	



.style3 {
	color: #4D74B9;
	font-size: 13px;
	font-weight: bold;
}
.style4 {color: #2856A1}
