body {
	background-color: #FFFFFF;
}
body, td, p, input {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
}

h1
{
	font-size: 1.6em;
	margin-bottom: 0.4em;
	text-transform:none;
	color:#FF6600;
	
}
h2
{
	font-size: 1.4em;
	color:#003366;
	margin-bottom: 0.4em;
	text-transform:none;
	
}
h3 {
	color: #990000;
	font-size: 1em;
	font-style: normal;
	text-transform:uppercase;
}

h4 {
	color: #333333;
	font-style: bold;
	font-size: 1em;

}

ul {
	list-style-type: square;
	list-style-position: inside;	
}

ol {
	
	list-style-position: inside;
}

a:link {
	color: #0178BC;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #0178BC;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #0178BC;
	text-decoration: underline;
	font-weight: bolder;
}

.newsitem {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
}
.newsitem a:link {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: underline;
}
.newsitem a:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: underline;
}
.newsitem a:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: underline;
}
.see {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
}

.see a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
}

.see a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
}

.see a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.footer a:link {
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.footer a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
.footer a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.teamtext
{
	font-size: 12px;
	font-weight: 100;
	color: #000000;
}

.define {
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.exam {
background-color:#ECE9D8;
}
.offer {
	font-size: 13px;
	padding: 6px;
	background-color: #FFFFCC;
	border-color: #333333;
	border-style: solid;
	border-width: thin;
}
hr {
	border: 0px;
	clear: right;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}