/*  <<< Redefined Elements  >>> */

/* Set default colors and font */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : Black;
	background-color : White;
	margin: 0px;
}

TD, P  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;    
	font-size : 11px;
	color : Black;
}

img {
	display: inline;
	border-style : none;
}
		
B	{ 
	font-weight: bold;
}

I	{
	 font-style: italic;
}

/* main linkage */
A, A:VISITED {
	background : transparent none;
	color : #30606A;
	text-decoration : none;
}

A:HOVER {
	color : #30606A;
	text-decoration : underline;
}

/* headers */
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 15px;
	font-weight: bold;
	color : #30606A;
	margin: 0px;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 14px;
	font-weight: bold;
	color : #30606A;
	margin: 0px;
}

H3, H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 13px;
	margin: 0px;
}



/*
<<< Custom Classes  >>>
*/

/* bodycolorbold */
.bodycolorbold, a.bodycolorbold:visited {
	color : #30606A;
	font-weight: bold;
	text-decoration : none;
}
a.bodycolorbold, a.bodycolorbold:hover {
	color : #30606A;
	font-weight: bold;
	text-decoration : underline;
}


/* homepage headline */
.bodyfronth, a.bodyfronth:visited, a.bodyfronth, a.bodyfronth:hover {
	font-style: none;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 17px;
    line-height: 150%;
	color : #30606A;
	text-decoration : none;
}


/* homepage text */
.bodyfront, a.bodyfront:visited, a.bodyfront, a.bodyfront:hover {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 13px;
    line-height: 140%;
	color : #000000;
	text-decoration : none;
}

/* nav */
.nav, a.nav, a.nav:visited {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
}
a.nav:hover {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : underline;
}

/* nav bold*/
.navb, a.navb, a.navb:visited {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}
a.navb:hover {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}

.navbon, a.navbon, a.navbon:visited, a.navbon:hover {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}

/* table text*/
.tablehead {
	font-style: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size : 12px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

/* error and message text*/
.error {
	color: red;
}