body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}

A:LINK
{
	color: #006699;
	text-decoration:underline;
}

A:VISITED
{
	color: #006699;
	text-decoration:underline;
}

A:HOVER
{
	color: #CC0000;
	text-decoration:underline;
}

A:ACTIVE
{
	color: #CC0000;
	text-decoration:underline;
}

A:LINK.white_bold
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
A:HOVER.white_bold
{
	color: #006699;
	font-weight: bold;
	text-decoration:none;
}
A:VISITED.white_bold
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
A:ACTIVE.white_bold
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}



div.col1
{
	width: 189px;
	margin-left: 4px;
	float: left;
}

div.col2
{
	width: 189px;
	margin-left: 8px;
	float: left;
}

div.col3
{
	width: 189px;
	margin-left: 8px;
	float: left;
}






div.moduleTop,
div.moduleBottom 
{
	padding: 0;
	margin: 0;
	font: 1px/1px monospace !important;
	font: 0px/0px monospace
}

div.moduleTop 
{
	background-image: url(/images/column_top.gif);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #77BAFC;
	height: 3px;
}

div.moduleBottom 
{
	background-image: url(/images/column_bottom.gif);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #77BAFC;
	height: 3px;
}

div.moduleInside
{
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	margin-right: 2px;
	margin-left: 2px;
	background-color:#EEEEEE;
}

div.moduleTitle
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image:url(images/FFFFFF_to_006699.gif); background-repeat:repeat-x; background-color: #7BBDFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}



ul.solutions_module
{
	margin-left:5px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	
	padding-left:10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	
	list-style-type: square;
	font-size:12px;
}

li.solutions_module
{
	margin:4px;
}


ul.support_module
{
	margin-left:5px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;
	
	padding-left:10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	
	list-style-type: square;
	font-size:12px;
}

li.support_module
{
	margin:4px;
}


ul.design_module
{
	margin-left:5px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	
	padding-left:10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	
	list-style-type: square;
	font-size:12px;
}

li.design_module
{
	margin:4px;
}


ul.feature_list
{
	margin-left:5px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	
	padding-left:10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	
	list-style-type: square;
	font-size:12px;
}

li.feature_list
{
	margin:4px;

}


.page_body {
	text-align: left;
	position: fixed;

	margin: 10px;
	float: left;
}

h1.section_titles
{
	font-size: 16px;
	font-weight:bold;
	color:#006699; 
	border-bottom: 1px dashed #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}


A:LINK.get_started_menu
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

A:VISITED.get_started_menu
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

A:HOVER.get_started_menu
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#CC0000;
}

.registration_form
{
	border: 1px solid #008C9A; 
	background-color: #EFEFEF; 
	font-size: 10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;


}