/* BASE
------------------------------------*/

html,body{
	height:100%;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#003768;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	font-size:26px;
	color:#cf7c98;
	font-weight:normal;
	text-align:center;
}
h2 {
	font:20px Helvetica, Arial, sans-serif;
	color:#003768;
	font-weight:lighter;
}
h3 {
	font:12px Helvetica, Arial, sans-serif;
	color:#003768;
	font-weight:bolder;
}
a, a:link, a:active a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#b36881;
	text-decoration:none;
}
ul {
	font-size:11px;
	color:#cf7c98;
	list-style:circle;
	font-weight:bolder;
	margin:0 0 10px 10px;
	padding:0;
	list-style:outside;
}
li {
	font-size:11px;
	color:#cf7c98;
	margin-left:40px;
	list-style-position: outside;
	list-style-type: circle;
	margin:0;
	padding:0;	
}
p {
	color:#003768;
}

/* EXTRAS
------------------------------------*/

.clear{clear:both;}
.f_right{float:left;}
.f_right{float:right;}
