body {
	background-color: #333333;
	background-image: url(/courses/cgt141/images/graybg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
}

p, td, th, dt, dd, label {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
	text-align:left;
}

h1, h2 {
	color: #663300;
}

h3 {
	color: #996633;
	font-size:12px;
}

h4, h5, h6 {
	color: #996633;
}

.bottomBarImage{
	background-image: url(/courses/cgt141/images/bottombar.gif);
}

.hrColor{
	color: #DDD0BF;	
}

.tableBorder{
	border: 1px solid black;
}

.ContentBgColor {
	background-color: #ffffff;
}

.grayBgImage{
	background-image: url(/courses/cgt141/images/graybg.gif);
}

.ContentBgImage {
	background-image: url(/courses/cgt141/images/tablebg.gif);
}

.BlueBgImage {
	background-image: url(/courses/cgt141/images/bluebg.gif);
}

/* site wide link options */
a:link
{
	color: #006699;
}

a:active
{
	color: #A08854;
}

a:visited
{
	color: #003366;
}

a:hover
{
	color: #000;
}

/* site wide image options */
img
{
	border-width: 0px;
}



p
{
	margin-top: 8px;
}

td, th
{
	vertical-align: top;
}

li
{
	padding-bottom: 5px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

input.textInput
{
	height: 20px;
}


