* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans serif;
	color: #000;
	font-size: 77%;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 100%;
}

img {
	border: 0px;
}

#headerbanner {
	background: #6bb1dc;
}

p {
	margin: 0 0 6px 0;
}

h2, h5 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

h2.contentarea {
	font-size: 120%;
	font-weight: bold;
	color: #2a7ed7; 
	padding-bottom: 6px;
}

h3.contentarea {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 6px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

.loginform h3 {
	color: #666;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin: 0 0 4px 0;
}
/*
.secondarynav h2 {
	text-transform: capitalize;
}
*/
.lowercase {
	text-transform: lowercase;
}

.skip {
	display: none;	
}

a:link, a:visited {
	text-decoration: underline;
	color: #666;	
}

a:hover {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}
