@charset "UTF-8";
/* CSS Document - 98% Liquid - 2008 John McGeary*/

body {
	font-size:					11px;
	font-weight:				200;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
}


.normal {
	font-size: 11px;
}

.bold {
	font-size: 11px;
	font-weight:bold;
}



h1 {
    font-size:					20px;
	font-weight:				400;
	line-height:                20px;
	color:                      #00399e;
	padding-bottom:             10px;
	border-bottom:              5px solid #cccccc;
}

h2 {
    font-size:					12px;
	font-weight:				600;
	line-height:                20px;
	color:                      #00399e;
	margin-bottom:              5px;
}


.main_heading {
    background:transparent url(assets/spec_title_bg.gif) repeat-x top left;
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-left:4px;
	border:1px solid #cccccc;
}

.main_heading_blue {
    background:transparent url(assets/spec_title_bg.gif) repeat-x top left;
	font-weight:bold;
	font-size:11px;
	color:#00399e;
	text-align:left;
	padding-left:4px;
	border:1px solid #cccccc;
}


.blue {
color:#00399e;
}

a {
color:#00399e;
text-decoration:none;
}

a:hover {
color:#00399e;
text-decoration:underline;
}