
BODY
{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

LI
{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

TD
{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}
TD.pad
{
	font-family : Tahoma;
	font-size : 10pt;

	font-style : normal;
	padding-left: 30px;
}

<!--- Classes  --->

.font_two
{
	font-face: Tahoma;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	font-style : normal;
}

.font_header
{
	font-face: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	font-style : normal;
}

.font_header2
{
	font-size: 36pt;
	font-weight: normal;
	font-style : normal;
}

.font_three
{
	font-face: Tahoma;
	font-size: 12pt;
	color: black;
	font-weight: normal;
	font-style : normal;
}

.font_four
{
	font-face: Tahoma;
	font-size: 14pt;
	color: black;
	font-weight: normal;
	font-style : normal;
}

.white_text
{
	font-family : Tahoma;
	font-size : 10pt;
	color: #ffffff;
	font-weight : normal;
	font-style : normal;
}

.black_text
{
	font-family : Tahoma;
	font-size : 10pt;
	color: black;
	font-weight : normal;
	font-style : normal;
}

.black_text_title
{
	font-family : Arial;
	font-size : 11pt;
	color: black;
	font-weight : normal;
	font-style : normal;
	padding: 5;
	background: url('images/wheat.jpg') no-repeat;
}

.red_text
{
	font-family : Tahoma;
	font-size : 10pt;
	color: red;
	font-weight : normal;
	font-style : normal;
}

.orange_text
{
        font-family : Tahoma;
        font-size : 10pt;
        color: #FF7F00;
        font-weight : normal;
        font-style : normal;
}

.font_four_black
{
	font-face: Tahoma;
	font-size: 14pt;
	font-weight: normal;
	font-style : normal;
}
A:link {
	color: 006600;
	text-decoration: underline;
}
A:visited {
	color: 666666;
	text-decoration: underline;
}
A:hover {
	color: CC6600;
	text-decoration: none;
}

p.course_title
{
	font-face: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0px;
}

p.footer
{
	font-face: Tahoma;
	color: cccccc;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top:20px;
}


p.small
{
	font-face: Tahoma;
	font-size: 8pt;
}

td.nav
{
	color: FFE26D;
	width: 50%;
	font-face: Tahoma;
	font-size: 13pt;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

table.tmain 	{	width:760px; padding:0px;	}

td.blank 	{	height:100px; width:760px;	}

td.intro { 	padding: 10px; }

p.big
{
	font: bold Arial;
	font-size: 11pt;
	padding: 20px;
	border: solid FFE26D 2px;
	background: F0F599;
}