BODY {
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

A:LINK {
	color: Blue;
	text-decoration : underline;
}

A:VISITED {
	color : Purple;
	text-decoration : underline;
}

A:ACTIVE {
	color : Fuchsia;
	text-decoration : underline;
}

H1, H2, H3, H4, H5, H6 {
	color : #660000;
	margin-top : 0;
	margin-bottom : 0;
}

H1 {
	font-size : large;
/* 	text-decoration : underline;	*/
}

H2 {
	font-size : medium;
}

H3 {
	font-size : small;
}

H4 {
	font-size : x-small;
}

H5 {
	font-size : xx-small;
}

H6 {
	font-size : x-small;
}

CAPTION {
	font-style : italic;
}

.small {
	font-size : small;
}

.xxsmall {
	font-size : xx-small;
}

.justifyR {
	text-align: right;
}

.masthead {
}

.Lcol {
	width : 105px;
	background : #dddddd;
	font-size : xx-small;
/*	comment out	*/
}

.Rcol {
	width : 135px;
	text-align : center;
}

.content {
}

#mast {
	width: 550px;
	height: 200px;
	padding : 0px;
}

#mast2 {
	width: 550px;
	height: 75px;
	padding : 0px;
}

#mastbel {
	width: 750px;
	height: 250px;
	padding : 0px;
}

#mastbc {
	width: 750px;
	height: 145px;
	padding : 0px;
}

#L {
	width: 150px;
}

#R {
	width : 150px;
/* 	set width to 0px to remove Rcol	*/
	height : 850px;
}

#fcopy {
	width : 700px;
	height : 50px;
	font-size : xx-small;
	text-align : center;
}

#bggold{
	background-color : #FFFF80;
}

#bgtrans{
	background-color : transparent;
}