html, body, p, h1, h2, h3, ul, ol, span, table, td, li, a, input, select, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none; 
	font-weight: none;
	font-size: 11px;
	color:#000000; 
	background-color: #FFFFFF;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: bold;
}
h1 {
	font-size: 15px;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 25px;
}
td.NoRepeat{ 
	background-repeat: no-repeat;
}
td.Teaser{ 
	font-style: italic;
}

input, select, textarea {
	width: 250px;
	border: 1px solid #00000;
}
input.Wide, select.Wide, textarea.Wide {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px; 
	color:#000000; 
	width: 560px;
	border: 1px solid #00000;
}
input.Radio, input.Checkbox {
	width: 20px;
	border: none;
}
input.Quarter, select.Quarter {
	width: 70px;
}
input.ThreeQuarter {
	width: 230px;
}
input.Search {
	width: 100px;
}
select.DropDown {
	width: 130px;
}
select.DropDownWide {
	width: 240px;
}


/*---  FOOTER  ---*/
td.footer {
	font-style: italic;
}
a.FooterLink, a.FooterLink:active, a.FooterLink:Selected, a.FooterLink:hover {
	font-weight: bold;
	color:#666666; 
}


/*---  NAVI  ---*/
a.NaviLink, a.NaviLink:link, a.NaviLink:active, a.NaviLink:visited, a.NaviLink:focus, a.NaviLink:Selected {
	text-decoration:none;
	font-weight: bold;
	color:#000000; 
}
a.NaviLink:hover {
	font-weight: bold;
	color:#939393; 
}


/*---  CONTENT  ---*/
a.ContentLink, a.ContentLink:active, a.ContentLink:Selected {
	font-weight: bold;
	color:#000000; 
}
a.ContentLink:hover {
	font-weight: bold;
	color:#939393; 
}
p.error {
	color: #FF0000;
	font-weight: bold;
}

