body
{
	margin: 0px;
	font-family: Verdana, Arial CE;
	color: #333333;
	font-size: 12px;
}

.main_table
{
	width: 800px;	
}

/*******************************************/
/******* menu *************/

/*******************************************/
/******* top *************/
.top_cell
{
	color: white;
	text-align: center;
	background: white url(../images/top_bg_green.jpg) repeat-x;	
	border-bottom: solid 3px #000000;
}

.top_cell h2, .top_cell h5
{
	margin: 5px;
	font-weight: bold;
}

.top_cell h2
{
	font-size: 21px;
}

.top_cell h5
{
	font-size: 13px;
}

/*******************************************/
/******* bottom *************/
.bottom_cell
{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	background: url(../images/bottom_bg_green.jpg) bottom repeat-x;
	border-top: solid 3px #000000;
}

.bottom_cell a, .bottom_cell
{
	color: #ffffff;
}
/*******************************************/
/******* navigation *************/
.navigation_cell
{
	font-size: 12px;
	background: #eeeeee;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.navigationLink 
{
	text-align: center;
}

.navigationLinkActive
{
	padding: 2px;
	border: solid 1px #eeeeee;
	background: #eeeeee;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.navigationLink a
{
	color: black;
	text-decoration: none;
	padding: 3px 5px;
	border: solid 1px #aaaaaa;
	background: #fafafa;
	font-size: 12px;
}

.prevNextLink
{
	width: 100px;
	font-size: 12px;
}

/*******************************************/
/******* content *************/
.content_img
{
	border: double 3px #0055A1;
	margin: 0px 0px 5px 20px;
}

.content_cell, .contentTable td
{	
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	padding: 10px;
}

.contentTable td
{
	border-bottom: dotted 1px #cccccc;
}

.contentTableNoBorder td
{
	border-bottom: solid 1px white;
}

.content_cell a
{
	color: #0055A1;
}

.contentList
{
	/*list-style-image: url(../images/menu_icon_green.gif);*/
	list-style-type: circle;
}

.contentList li, .content_cell li
{
	padding: 4px;
}

.contentTitle, .contentSubTitle
{
	margin: 5px 0px;	
	text-transform: uppercase;
	text-align: left;
}

.contentTitle
{
	font-size: 17px;	
	border-bottom: solid 1px #0088FF;
	color: #0088FF;	
}

.contentSubTitle
{	
	font-size: 13px;
}

.downloadDiv img
{
	margin: 0px 0px 5px 0px;
	border: 0px;
}

.downloadDiv a
{
	text-decoration: none;
	font-weight: normal;
	color: #FF7700;
}

.hideElement
{
	display: none;
}