/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	padding-left:20px;
	font-size:13px;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td,div{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #002744;
}
td { padding-left:2px;}

a{
	color: #002BB8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 11px;
	color: #666666;
	font-weight: normal;
}
h2{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 20px;
	color: #666666;
	font-weight: none;
	margin-bottom: 6px;
	text-transform: none;
}
h2 a{
	color: #002744;
}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding:0px;
	padding-bottom:2px;
}

h3 a{
	color: #197F9F;
}
h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 13px;
	font-weight: normal;
	line-height: 145%;
	color:#666666;	
}
h4 a{
	color: #197F9F;
	text-decoration: none;
}

h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 13px;
	font-weight: bold;
	line-height: 145%;
}

h5 a{
	color: #197F9F;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #666666;
	font-weight: normal;
	font-style: italic;	
}


legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left:8px;
}
fieldset {
	border:1px solid #cccccc;
	padding-left:8px;
	margin:	5px;
}
p{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 145%;
	color:#333333;
}
select input textfield{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}

.t {	border-top: 1px solid #CCCCCC; }
.r {	border-right: 1px solid #CCCCCC; }
.b {	border-bottom: 1px solid #CCCCCC; }
.l {	border-left: 1px solid #CCCCCC; }
.l_pad { padding-left:4px;}
.r_pad { padding-right:4px;}

html {
	overflow: auto;
	overflow-x: auto;
}