BODY {
	background-color : #3F5596;
	background-image : url(graphics/left_bg_tile.gif);
}

A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
}

A:HOVER {
	color : Yellow;
	font-weight : normal;
}
   
.largeheading {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 28px;
	font-weight : bold;
	text-decoration : none;
}

.smalltext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : normal;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right : 10px;
	margin-left : 10px;
}

TABLE.main_table {
	background : #3F5596;
	border-top : 1px solid #BEC8E4;
	border-bottom : 1px solid #BEC8E4;
	border-right : 1px solid #BEC8E4;
	border-left : 1px solid #BEC8E4;
	margin-top : 15px;
	margin-bottom : 15px;
	width : 748px;
}

TABLE.enter_button {
	background : #6A80BF;
	border-top : 1px solid #BEC8E4;
	border-bottom : 1px solid #BEC8E4;
	border-right : 1px solid #BEC8E4;
	border-left : 1px solid #BEC8E4;
	margin-top : 15px;
	margin-bottom : 15px;
	padding-top : 0px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 0px;	
	vertical-align : middle;
}

