body{
	margin:0;
	padding: 0;
	background-color: white;
	background-image: url('res/copyright_dot_3x3.gif');
	background-position: left bottom;
	background-repeat: repeat;
	color:  black;
	font-family: 'Lucida Grande','Lucida Sans Unicode', arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
}

h1{font-size: 230%;}
h2{font-size: 200%;}
h3{font-size: 180%;}
h4{font-size: 170%;}
h5{font-size: 160%;}
h6{font-size: 140%;}

a, a:link{
	color: #0099cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #66cccc;	
}

hr{
	height: 1px;
	border: 0;
	border-top: 1px solid #adadad;
}

ul li span{
	display: block;
	padding-left: 10px;
	color: #adadad;
}
input, textarea{
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #333333;
}

p.error{
	color: red;

	font-size: 120%;
}

p.success{
	color: green;
	font-size: 120%;
}