/* Imported Styles
----------------------------------------------- */
@import url("../css/layout.css");


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


/* GENERAL STYLES */
h1 {
font-size: 1.4em;
margin: 1em 0;
}

h2 {
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
	color: #4483DC;
}

h3 {
font-size: 1.08em;
margin: 0.8em 0 0.4em 0;
}

img 
{
  border: 0;
}

p {
font-size: 1.2em;
}

a {
text-decoration:none;
color:#235dcc;
}


#content a:hover, #content a:focus, #sidebar a:hover, #sidebar a:focus {
background-color:#235dcc;
color:#ffffff;
}

#content ul, ol {
font-size:1.2em;
}
/*content */



#content p {
text-align:justify;
margin-left: 0;
margin-right: 0em;
margin-top: 1em;
margin-bottom: 1em;
}



#content h1 {
	margin-left: 0;
	margin-right: 2em;
	color: #4483dc;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

#content h2 {
	margin-left: 0;
	margin-right: 2em;
	margin-top: 2em;
}

#content h3 {
	margin-left: 0;
	margin-right: 2em;
	color: #666666;
}

#content ul {
margin: 1.5em 0 1.5em 0.5em;
padding: 0;
}

#content ul li{
list-style-image:url(../img/bullet-tri.gif);
margin-left: 1em;
line-height: 1.6em;
}

.highlight {
color:#3d71d4;
}

td { 
font-size: 1.1em;
}

.underline {
text-decoration:underline;
}
