/**
 * Style sheet basic
 */

input,
textarea
{
	font-family:Trebuchet MS,;
	color:#000000;
}

body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	color:#555;

}


body,
div,
em,
li,
label,
ol,
p,
select,
span,
strong,
td,
th,
u,
ul,
blockquote
{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, sans-serif;
	
}


body,
div,
input,
label,
li,
p,
select,
td,
th,
textarea,
u,
ul
{
	text-decoration:none;
	font-size:17px;
	list-style-type:none;
}


h1
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	color:#68c4ee;
}
#right h2 {
	margin-top: 0px;
	
	}

h2 a
{
	
	font-weight:normal;
	font-size:18px;
	color:#5599bb;
}

h2 a:visited
{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#5599bb;
}
h2 a:hover
{
	font-weight:normal;
	color:#d1e7f4;
}

h1, h2, h3, h4 {
font-weight: normal;
	font-size:18px;
	color:#5599bb;
	margin-top: 10px;
	margin-bottom: 5px;
}
 h3 {
font-weight: normal;
	font-size:15px;
	color:#67c4ef;
	margin-top: 10px;
	margin-bottom: 5px;
}

p + h3 {
	margin-top: 35px;
	}

.ce_text
{
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

pre {
	font-size: 12px;
	}

a
{
	text-decoration:none;
	color:#68c4ee;
}

a:visited
{
	text-decoration:none;
	color:#68c4ee;
}

a:hover
{
	color:#5599bb;
}

img
{
	vertical-align:top;
	border:0px;
}

p,
pre,
form
{
	margin:0px 0px 20px 0px;
	padding:0px;
}
