@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a.white:link {
	color: #ffffff;
	text-decoration:none;
}
a.white:visited {
	color: #ffffff;
	text-decoration:none;	
}
a.white:hover {
	color: #cccccc;
	text-decoration:none;	
}
a.white:active {
	color: #ffffff;
	text-decoration:none;	
}
a.blue:link 	{	color: #2dc0e2;}
a.blue:visited 	{	color: #2dc0e2;}
a.blue:hover 	{	color: #2dc0e2;}
a.blue:active 	{	color: #2dc0e2;}
.bg
{
		background:url(image/bg.jpg);
		background-image:url(image/bg.jpg);
		background-repeat: repeat-x;
}
.white_bold_nav {
		color: #FFFFFF;
		font-family: Tahoma, Arial, Verdana;
		font-size: 14px;
		font-weight: bold;
		padding-bottom:9px;
}

.white_border {
		border-left-color:#ffffff;
		border-left-style:solid;
		border-left-width:1px;
		height:37px;
}
.solution_tables
{
		width:180px;
		height:50px;
}
.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left:3px;	
}
.solution_heading {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:23px;
}

.blue_color{
		color: #00689c;
}
.heading_border_blue{
	border-bottom-color:#00689c;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.gold_color{
		color: #947600;
}
.heading_border_gold{
	border-bottom-color:#947600;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.red_color{
		color: #c40000;
}
.heading_border_red{
	border-bottom-color:#c40000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.gray_text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px
}
.gray_text_main_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
}
.gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.gray_sLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.gray_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
}
.gray_text_strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	font-weight:bold;
}
.border_gradient{
	background:url(image/gradient_border.jpg) top repeat-x #dcecef
	
}
.border_doted{
	border-left-color:#999999;
	border-left-style: dotted;
	border-left-width:1px;

	border-right-color:#999999;
	border-right-style: dotted;
	border-right-width:1px;

}
.border_doted_left{
	border-left-color:#999999;
	border-left-style: dotted;
	border-left-width:1px;

}
.border_doted_top{
	border-top-color:#999999;
	border-top-style: dotted;
	border-top-width:1px;

}
.border_doted_bottom{
	border-bottom-color:#999999;
	border-bottom-style: dotted;
	border-bottom-width:1px;

}
.padding_all_sides
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
}
.padding_main
{
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
	
}
.gray_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #3e3e3e;
}
.blue_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2dc0e2;
}

.white_text {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c40000;
	padding-left:4px;	
}
.style_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #947600;
	padding-left:4px;	
}
.style_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00689c;
	padding-left:4px;
}
.cell_pad{
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;	
}
