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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin-bottom: 5px;
	word-wrap: break-word;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 {}
h6 {}

a {
	color: #1C5C9C;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #C00 !important;
	/*text-decoration: none;*/
}

a:visited {
	color: #1C5C9C;
}

a img {
	border: none;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

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 {}



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

/*Image Styles*/
img {}

/*List Styles*/
ul {
	margin: 0 0 15px 15px;
}

ol {
	margin: 0 0 15px 20px;
}

ul li, ol li {
	font-size: 1.2em;
	line-height: 1.5em;
}

ul {}

ul li {}

ol {}

ol li {}

li p {
	font-size: 1.0em;
}

ul.noListStyle {}

ul.noListStyle small {}

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

input, select {}

input.searchGoBut {}

form.searchSite {}

fieldset {}
textarea {}
textarea:hover {}

optgroup {}
optgroup option {
	padding-left: 20px;
}
option {}
select {}

button:hover {}
button {}

legend {
	font-size: 1.2em;
	margin-bottom: 5px;
}

label {
	font-weight: bold;
	cursor: pointer;
}

input {}
input:focus {}
input:hover {}
input[type=submit], input[type=reset], input[type=button] {}
input[type=text]:focus, textarea:focus, select:focus {}
form input[type=text] {}
form {}