/* CSS Document */

BODY {
	BACKGROUND-IMAGE: url(bg.gif); 
	MARGIN: 0px;
}

.bgwhite {
	background-color:#FFFFFF;
	}
.bggrey {
	background-color:#F2F2F2;
	}
	
.bgorange {
	background-color:#ea932d;
	}


.bgblack1 {
	background-color:#4c4b4b;
	border-top:1px solid #ffffff;
	height:19px;
		}
.linedoted {
		border-top:1px dotted #ffffff;
	height:5px;
		}

.linebox {
		border-left:2px solid #2c66ac;
		border-right:2px solid #2c66ac;
		padding:5px;
		}
		
.linebox2 {
		border-left:2px solid #2c66ac;
		border-right:2px solid #2c66ac;
			}


.bodytext-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.boxtext-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
	.yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff000;
	text-decoration: none;
	}
.red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	}


.mainheading {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b40d0d;
	text-decoration: none;
	}

.bodypadding {
	padding:15px;
	}

/*-----------------------------------*/

.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343333;
	text-decoration: none;
	}
a:hover.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	}
