.body {
	background-image: url(images/bg_image.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #A90000;
	font-style:normal;
	text-decoration: none;
	}

.whitetext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style:normal;
	text-decoration: none;
	}

.whitebold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style:normal;
	text-decoration: none;
	}
	
	
.whitebold-punchline {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-style:normal;
	text-decoration: none;
	}	
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414345;
	font-style:normal;
	text-decoration: none;
	}
	
.bodytext-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414345;
	font-style:normal;
	text-decoration: none;
	}
	
.link-darkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1B1E3E;
	font-style:normal;
	text-decoration: none;
	}	
	
	
.link-lightblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4290C6;
	font-style:normal;
	text-decoration: none;
	}	
		

.tableborder {
	border: solid thin #1B1E3E;
	}
		
.bottom-border {
	border-bottom: solid 1px #1B1E3E;
	}	
	
.top-border {
	border-top: solid 1px #1B1E3E;
	}		
	
.left_line {
border-left: solid 2px #1B1E3E;
}

.right_line {
border-right: solid 2px #1B1E3E;
}		
	
.paddingmain {
padding-left:12px;
padding-right:12px;
padding-bottom:12px;
padding-top:10px;
}
	
.pad6 {
padding:6px;
}

.margine{margin:0px;}

.pad5{padding:5px;}

.pad10{padding:10px;}




