.bodybg {
	background-color: #ffffff;
}
.tablebg {
	background-color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

.newslettertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}


.whitetxtlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.whitetxtsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
}
.graytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	text-decoration: none;
}
.graytext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	text-decoration: none;
}
.graytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	text-decoration: underline;
}
.graytext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	text-decoration: none;
	}
.whitesmallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 6em;
	}
	
	#nav li {
	position : relative;
	float : left;
	line-height : 2.5em;
	margin-bottom : -1px;
	width: 6em;
	border:#ffffff;
	
	}
	
	#nav li ul { /* second-level lists old border colour 974202 */
		position : absolute;
		left: -999em;
		margin-left : 11.2em;
		margin-top : -2.70em;
		border:#ffffff;
		width: 6em;
	}
	
	
	#nav li a {
		width: 6em;
		w\idth : 8.5em;
		display : block;
		color : #CE05AB;
		font-weight : normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 14px;
		text-decoration : none;
		background-color : #fff;
		border : 1px solid #CE05AB;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #fff;
		background-color : #CE05AB;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CE05AB;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CE05AB;
	font-weight: normal;
}
.outerborder {
	border: 4px solid #ce05ab;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE05AB;
	text-decoration: none;
}

.hrpink {
	color: #CE05AB;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.dotborder {
	border: 1px dashed #CE05AB;
}
.imageborder {
	border: 1px solid #333333;
}

.newitem {
	font-size: 12px;
	font-weight: bold;
	color: #CE05AB;
}
.required {
			color: red;
			font-weight: bold;
		}
.background {
	background-image: url(images/newbg.jpg);
	
}

.homedivider {
	background-image: url(images/dividerhm.jpg);
	background-repeat: no-repeat;	
}

.borderoutside {
	border: 1px dotted #CCCCCC;
}
.smallernormaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.specials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.was {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}
.bglogo {
	background-attachment: fixed;
	background-image: url(images/bglogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
