body
{
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

th, td
{
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	color: #000000;
}

/*
a
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
}
*/

.bodyPinLine 
{
	border: solid 1px #000000;
	width: 972px;
	height: 768;
}

.masterHeader 
{
	width: 100%;
	padding: 1px;
	background-color: #ffffff;
	text-align: left;
}

.course_chapter_title 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 30px;
	font-weight: bold;
	color: #8C853E;
	width: 98%;
	text-align: center;
}

.course_section_title 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 16px;
}

.course_section_subtitle 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	padding-top: 16px;
}

.course_section_heading 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #008000;
	text-align: left;
	padding-top: 16px;
}

.course_instruction 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
}

.course_large_text 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	color: Black;
	text-align: left;
}

.course_text 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: Black;
	text-align: left;
}

.course_text_italic
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-style: italic;
	color: Black;
	text-align: left;
}

.course_text_golden 
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #8C853E;
}

.course_critical
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: Red;
}

.course_important
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: Red;
}

.course_important_small
{
	font-family: Arial, Verdana, Geneva;
	font-size: 10px;
	color: Red;
}

.course_warning
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: #FFCC00;
}

.course_go
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: #008000;
}

.course_note
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.course_text_bold
{
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-align: left;
}

.course_text_bullet
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #008000;
	text-align: left;
}

.course_error_message
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	text-align: left;
}

.group_heading
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
}

.required
{
	position: relative;
	bottom: 0.5em;
	color: Red;
	font-size: 0.8em;
}

.forms_Button, .button
{
	border: none;
	line-height: 32px;
	height: 32px;
	text-align: left;
	padding-left: 15px;
	background: url(../images/buttonBg.gif) no-repeat;
	font-family: Verdana,Arial,Geneva,San-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
}

.xforms_Button, .xbutton
{
	border: none;
	line-height: 32px;
	height: 32px;
	text-align: left;
	padding-left: 15px;
	background: url(../images/Forms/buttonBg.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
}

OL /* 1 2 3 4 5 etc. */        
{ 
	list-style-type: decimal; 
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: #008000; 
	text-align: left;
}      

OL OL     { list-style-type: lower-roman; color: #008000; }  /* i ii iii iv v etc. */   
OL OL OL  { list-style-type: upper-alpha; color: #008000; }  /* A B C D E etc. */

UL /* 1 2 3 4 5 etc. */        
{ 
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	color: #008000; 
	text-align: left;
}      

.sitefooterlinks 
{
	font-family: Verdana,Arial,Geneva,San-serif;
	font-size: 10px;
	text-decoration: none;
}

