BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	margin: 10px;
}
P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	color:#002561;
	line-height: 14pt;
}

a:link {color: #ac228e; text-decoration: none;}     /* unvisited link */
a:visited {color: #0060ac; text-decoration: none;}  /* visited link */
a:hover {color: #ec1d25; text-decoration: none;}   /* mouse over link */
a:active {color: #00a88d; text-decoration: none;}   /* selected link */

h1 {
	font-size:18pt;
	font-weight: bold;
	color: #002561;
	line-height: 20pt;
}
h2 {
	font-size:16pt;
	font-weight: bold;
	color: #002561;
	line-height: 18pt;
}
h3 {
	font-size:12pt;
	font-weight: bold;
	color: #002561;
}
h4 {
	font-size:11pt;
	font-weight: bold;
	font-style: italic;
	color: #002561;
}
h5 {
	font-size:10pt;
	font-weight: bold;
	color: #002561;
}
h6 {
	font-size:10pt;
	font-style:italic;
	color: #002561;
}
.xsmalltext {
	font-size:10pt;
	line-height: 11pt;
}

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 }
.pwidth {width: 640px }
@media print {
      .noprint { display: none; }
      .pwidth {width: 640px}
    }
.background {
	background-color: #c1c1c1;
}
.background-coursebot {
	background-color: #c1c1c1;
}
#container {
	width: 748px;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 0px;
	background-color: #FFFFFF;
}
#container-coursebot {
	width: 600px;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 1px;
	background-color: #FFFFFF
}
#tabs {
	float: left;
	width: 100%;
	border-bottom:1px solid #002561;
	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;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #002561;
}
#tabs a:link {
	color: #FFFFFF;
	font-size: 10pt;
}
#tabs a:hover {
	color: #000000;
	font-size: 10pt;
}
#tabs a:visited {
	color: #CCCCCC
	font-size: 10pt;
}
#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
}