/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, TD, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #636363;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	color: #40A5D9;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 15pt;
	text-transform: uppercase;	
	color: #40a5d9;
}

h2 {
	font-weight: normal;
	font-size: 13pt;
	text-transform: uppercase;
	color: #40a5d9;
}

h3{
}

h4 {
}

h6 {
}

#content ul, #content ol {
	padding-left: 22px;
}