.bgpage {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

.bgleft {
	background-image: url(../images/left_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fontblack {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}

.fontblackheavy {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.fontFooter {
	font-family: tahoma;
	font-size: 9px;
	color: #5E5E5E;
}

.fontred {
	font-family: tahoma;
	font-size: 11px;
	color: #980001;
	font-weight: bold;
	text-transform: uppercase;	
}

.fontred:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;	
}

.fontHeading {
	font-family: arial;
	font-size: 15px;
	color: #980001;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.requiredsign { 
	font-family: arial;
	font-size: 18px;
	color: #EE0000;
	font-weight: bold;
}

.fontnotice {
	font-family: tahoma;
	font-size: 8.5pt;
	color: #980001;
}