/*Typography Styles*/
* {
	margin:0;
	padding:0;	
}

body {
	font:62.5%/1.5em Georgia, "Times New Roman", Times, serif;
}

/*body, p, li {font-size:1em;}*/

h1,h2,h3,h4,h5,h6{}

h1 {}
h2 {text-transform:uppercase;color:#9A2425;margin:0.3em 0 1em 0;font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;line-height:1em;font-size:1.5em;}
h3 {margin:0 0 0.3em 0;font-size:1.25em;}
/*h3 {color:#BE1E2D; font-family:Trebuchet MS; font-size:1.5em; text-transform:uppercase; margin:0 0 0.3em;}*/
h4 {color:#333333; font-family:Trebuchet MS; font-size:1.2em; margin:0 0 0.3em;}
/*h4 {font-family:Trebuchet, "Trebuchet MS", Helvetica, sans-serif;font-size:1.2em;}*/
h5 {}
h6 {}

h3 a {color:#0E66A9;}

a {color:#0E66A9;text-decoration:none;}
a:hover, a:visited:hover {color:#0E66A9;text-decoration:underline;}
a:visited {color:#0E66A9;}

p {
	font-size:1.2em;
	margin:0 0 1em 0;
	line-height: 1.5em;
}

blockquote {}

code {}
p code {}
pre code {}

kbd {}
samp {}
cite {}
abbr {}
acronym {}
address {}

strong {}
small {}
sub {}
sup {}
big {}
em {}
i {}
b {}
q {}
tt {}
del {}
ins {}
var {}

/*Table Styles*/
table {}
th {}
tr {}
td {}

colgroup {}
caption {}
col {}

tbody {}
thead {}
tfoot {}

multicol|n {}

/*Frame Styles*/
frame {}
frameset {}
noframes {}

/*Image Styles*/
img {
	border:none;
}

/*List Styles*/
ul {
	margin:1em 0 1em 2em;
}

ul li {
	margin:0 0 0 0;
	font-size:1.2em;
	line-height: 1.5em;	
}

ul.noListStyle {

}

ul.noListStyle small {

}

ol {
	margin:1em 0 1em 2em;
}

ol li {
	margin:0 0 0 0;
	font-size:1.2em;
	line-height: 1.5em;
}

/*Form Styles*/
fieldset {
	border:none;
}

input, select {

}

input.searchGoBut {width:auto;}

form.searchSite {
	
}

fieldset {}
textarea {

}
textarea:hover {}

optgroup {}
option {}
select {}

button:hover {}
button {}
legend {}
label {}

input {}
input:focus {}
input:hover {}
input[type=submit], input[type=reset], input[type=button] {border:1px outset #7C7C7C;cursor:pointer;background-color:#EAEAEA;padding:0 0.2em 0 0.2em;}
input[type=text]:focus, textarea:focus, select:focus {}
form input[type=text] {}
form {}
