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

body {
	font:62.5%/1.5em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6{color:#3A3A3A; line-height:1.3em;}

h1 {margin-bottom:10px; font-size:1.8em; line-height:1.1em;}
h2 {font-size:1.4em; }
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em;}

a {}
a:hover, a:visited:hover {}
a:visited {}

p {
	font-size:1.2em;
	margin:0 0 0.5em 0;
	color:#3A3A3A;
}

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 {
	font-size:1.2em;
	margin:0 0 0.5em 2.5em;
}

ul li {

}

ul.noListStyle {

}

ul.noListStyle small {

}

ol {
	font-size:1.2em;
	margin:0 0 0.5em 2.5em;
}

ol li {

}

/*Form Styles*/
fieldset {

}

input, select {

}

input.searchGoBut {}

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] {}
input[type=text]:focus, textarea:focus, select:focus {}
form input[type=text] {}
form {}
