HTML 
{ 
	height: 100.02%; 
} 

BODY, TD, TH, TABLE
{
	border: 0;
	background: #fff;
    color: #333333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
}
CODE
{
	display: block;
	margin: 10px 0 10px 10px;;
	padding:4px;
	border:1px solid #ddd;
	background:#f5f5f5;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
}


INPUT, SELECT, TEXTAREA 
{
	background-color: #ffffff;
	border: 1px solid #A5ACB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

LI 
{
	list-style-image:url(images/bullet_blue.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

H1 
{
	color: #4270cd;
	font-weight: bold;
	font-size: 18px;
}
HR 
{
	height: 1px;
	border: 0;
	color: #e9e9e9;
	background: #e9e9e9;
}

IMG.right 
{
	padding-left: 10px;
}

IMG.speaker
{
	padding-top:7px;
}
IMG.picborder
{
	border: 1px solid #a9a9a9;
}

A:link, A:visited, A:active 
{ 	
	color: #4270cd;
}
A:hover 
{ 
	color: #ff9900;
}

A.plus:link, A.plus:visited, A.plus:active 
{ 
	font-weight: bold;
	text-decoration: none;
    border-bottom: 1px dotted #4270cd;
	color: #4270cd;
	background: url(images/plus.gif) no-repeat left;
	padding-left: 14px;
}

A.plus:hover 
{ 
	text-decoration: none;
    border-bottom: 1px solid #FF8600;
	color: #FF8600;
}

.header 
{
	color: #4b4b4b;
	font-weight: bold;
	font-size: 12px;
}
.header_blue 
{
	color: #4270cd;
	font-weight: bold;
	font-size: 12px;
}
.header_orange 
{
	color: #ff9900;
	font-weight: bold;
	font-size: 12px;
}
.footer 
{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.content_padding
{
	padding: 15px;
}
.content_padding_right
{
	padding: 15px 0 15px 15px;
}

UL.content
{
	padding-left:0px; 
	margin-left:20px;
}

.greyfade
{
	background: url(images/left_greyfade.jpg) no-repeat top;
}

.small
{
	font-size:10px;
}	

.separator
{
	background: url(../images/dots.gif) repeat-y top;
}

.red
{
	color: red;
}

.bold
{
	font-weight:bold;
}

.ul
{
	text-decoration: underline;
}

UL.submenu LI 
{
	padding-bottom: 15px;
}

UL.submenu A:link, UL.submenu A:visited, UL.submenu A:active
{
	color: #676767;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted grey;
	text-decoration: none;
}

UL.submenu A:hover
{
	color: #ff9900;
	border-bottom: 1px solid #ff9900;
}