body {
	background: url(images/bg.jpg) repeat-y center top #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #404040; 
	}

h1 {
	font-size: 16px;
	color: #006882;	
	}

h2 {
	font-size: 14px;
	color: #006882;
	}
	
h3 { 
	font-size: 13px;
	color: #404040;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #006882;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #006882;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #52a5b5; 
	}
	
a.topmenu:link {
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase;
	color: #eff534;
	} 	
a.topmenu:visited {
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase; 
	color: #eff534;
	}	
a.topmenu:hover {
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase; 
	color: #fff; 
	}
	
.yellow {
	color: #eff534;
	font-weight: bold;
	}		

.small {
	font-size: 10px;
	color: #0068820;
	}
	
.small2 {
	font-size: 11px;
	}
	
.white {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	}
	
.buttonPad {
	padding-right: 40px;
	}
	
.box {
	width: 275px;
	padding: 15px;
	background-color: #d7e7eb;
	border: 1px solid #006882;
	}
	
.field {
	border: 1px solid #006882;
	background-color: #fff;
	}
	
.button {
	border: 1px solid #006882;
	background-color: #eff534;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	}
	
	
#border {
	width: 760px;
	height: 420px;
	border: 3px solid #ededed;
	margin-right: 114px;
	margin-left: 114px;
	}

#flashcontent {	
	width: 760px;
	height: 420px;	
	}