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

body {
	font:62.5%/1.5em verdana, sans-serif;
	color:#3F3F3F;
}

h1,h2,h3,h4,h5,h6{letter-spacing:-0.06em; line-height:1.5em;}

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

a {color:#0073a1; text-decoration:underline; font-weight:bold; font-size:1.1em; letter-spacing:-0.06em;}
a:hover, a:visited:hover {text-decoration:none; color:#76a1b2;}
a:visited {color:#76a1b2;}

p {
	margin:0 0 2em 0;
	line-height:1.9em;
	font-size:1.1em;
}

blockquote {}

code {}
p code {}
pre code {}

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

strong {}
small {	font-size:0.9em;letter-spacing:-0.01em;}
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:0 0 1em 2em;
	line-height:1.9em;
	font-size:1.1em;
}

ul li {

}

ul.noListStyle {
	list-style:none;
	margin:0 0 1em 0;
}

ul.noListStyle small {

}

ol {
	margin:0 0 1em 3em;
	line-height:1.9em;
}

ol li {

}

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

input, select {
	border:1px solid #808080;
	font-family:verdana, sans-serif;
	font-size:1.3em;
}

input.searchGoBut {width:auto;}

form.searchSite {

}

fieldset {}
textarea {
	width:22em !important;
	*width:20em !important;
	border:1px solid #808080 !important;
	overflow: auto;
	font-family:verdana, sans-serif;
	font-size:1.3em;
}
textarea:hover {}

optgroup {}
option {}
select {}

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

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

