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

body {
	font:62.5%/1.5em Arial, Helvetica , serif;
	color:#464C4C;
}

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

h1,h2,h3,h4,h5,h6{font-weight:bold; margin:0 0 1em 0; line-height:1.2em;}
h2,h3,h4,h5,h6 {/*margin-top:1.5em;*/}

h1 {font-family:georgia, Arial, Helvetica, serif; font-size:2em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {}
h6 {}


a {/*color:#464C4C;*/ color:#3F88B3; text-decoration:none;}
a:hover, a:visited:hover {/*color:#464C4C;*/ color:#3F88B3; text-decoration:underline;}
a:visited {/*color:#464C4C;*/ color:#3F88B3;}

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


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

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

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

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

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

ul li ol, ul li ul, ol li ol, ol li ul {
	font-size:0.84em;
}

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

input, select {
	font-family:Arial, Helvetica , serif;
}

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