BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}

a:link {color: #333333}     /* unvisited link */
a:visited {color: #be0000}  /* visited link */
a:hover {color: #cccccc}   /* mouse over link */
a:active {color: #ffcc66}   /* selected link */

h1 {
	font-size:18pt;
	font-weight: bold;
	color: #cc0000
}
h2 {
	font-size:16pt;
	font-weight: bold;
	color: #cc0000
}
h3 {
	font-size:14pt;
	font-weight: bold;
	color: #cc0000
}
h4 {
	font-size:13pt;
	font-weight: bold;
	font-style: italic;
	color: #cc0000
}
h5 {
	font-size:12pt;
	font-weight: bold;
	color: #cc0000
}
h6 {
	font-size:12pt;
	font-style:italic;
	color: #cc0000
}
UL { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
OL { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
DL { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
TD { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
TH { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
BLOCKQUOTE { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
INPUT { font-family: monospace; font-size: 10pt; }
TEXTAREA { font-family: monospace; font-size: 10pt;}
.text { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
.bigtext { font-family: verdana, arial, helvetica, sans-serif; font-size: 12pt }
.smalltext { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt }
.xsmalltext { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt }
.t2 { font-family: verdana, arial, helvetica, sans-serif; font-size: 12pt; color:#669966; font-weight: bold}
.t3 { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color:#669966; font-weight: bold}
.pwidth {width: 640px }
@media print {
      .noprint { display: none; }
      .pwidth {width: 640px}
    }
.background {
	background-color: #3a3637;
}
.background-coursebot {
	background-color: #CCCCCC;
}
#container {
	width: 800px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFFFFF;
}
#container-coursebot {
	width: 600px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFFFFF
}
#tabs {
	float: left;
	width: 100%;
	border-bottom:1px solid #72448c;
	margin-bottom: 2em;
	background-color:#FFFFFF
}
#tabs ul {
	margin:0;
	padding: 0.2em 0 0 0;
	list-style: none;
}

#tabs li {
	float: left;
	background-image: url("images/tab_left.gif");
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}
#tabs a {
	float: left;
	display: block;
	background-image: url("images/tab_right.gif");
	background-repeat:no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: #333366;
}
#tabs a:link {
	color: #FFFFFF;
}
#tabs a:hover {
	color: #000000;
}
#tabs a:visited {
	color: #CCCCCC
}
#content {
	xbackground-image: url("images/large_watermark.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}
#content-coursebot {
	background-image: none;
}
#footer {
	background-color: #ffffff;
}
.tableborder {  
	border: 1px #CCCCCC solid
}
