/* CG CSS */
/* 27-01-04 */

body {
	margin : 14px;
	background-color : #3B3921;
}

p.subtitle {
	color : #FFFFFF;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-transform : uppercase;
	margin : 5px;

}

p.copyright {
	color : #BAB685;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 11px;
	font-weight : Normal;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

p.content {
	margin : 5px;
}

A:LINK, A:VISITED {	/* Creates A 'Rollover' effect on text based hyperlinks */
	color : White;
	text-decoration : underline;
}

A:LINK:HOVER, A:VISITED:HOVER {	 /* Creates A 'Rollover' effect on text based hyperlinks */
	color : White;
	text-decoration : underline;
}

table.content {
	border : 1px solid black;
}

td.subtitle {
	background : #E49721;
}

td.copy {
	background : #968F6D;
}

/*td.background {
	background-attachment: fixed;
	background-image: url(../images/CG1Background.jpg);
	background-repeat: no-repeat;
} */

td.copyright {
	background-color: #615E36;
}
