/* defaults */

body {
	padding: 0;
	margin: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 80%;
	background-color: #FAFAFA;
	color: #888888;
}

p, td, ul, ol, li, dl, dt, dd, input, textarea, div, select {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3 ,h4 {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-size: 140%;
	line-height: 140%;
	color: #333;
}

h2 {
	font-size: 120%;
	line-height: 120%;
	color: #00A0C4;
}

h3 {
	font-size: 105%;
	line-height: 105%;
	color: #007F9C;
}

h4 {
	font-size: 95%;
	line-height: 100%;
}

/* links */

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/* misc */

.bold {
	font-weight: bold;
}

br {
	line-height: 10px;
	height: 10px;
}

/* accessbility text */
/* browsers that dont support the import styles */

hr.accesstext {
	clear: both;

}

h2.accesstext {
	font-size: 120%;
	color: #CE8800;
}

p.accesstext a {
	font-size: 100%;
	color: #CE8800;
}