/* --- DEFAULT ---*/

body {
	background-color : white;
	
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	
	scrollbar-3dlight-color : Red;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Red;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-highlight-color :white;
	scrollbar-shadow-color :  Red;
	scrollbar-track-color : white;
}

body, table, tr, th, td, div, span, p, li, pre, em, ul {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
}

a, a:link, a:visited, a:active, a:hover, a:focus  {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
a:visited{
	font-size : 13px;
	color : #0000CC;
; text-decoration: underline
}

a:hover, a:focus {
 	font-size : 13px;
	color : black;
	text-decoration : underline;
}


input {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

textarea {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

select {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

.head {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
}

.title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.subtitle {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.small {
	font-size: 10px;
	color: #000000;
	font-weight: 400;
}
.navigation:visited {
	font-size: 13px;
	font-weight: 600;
	color: white;
	text-decoration : none;
}

.navigation:active{ 
	font-size: 13px;
	font-weight: 600;
	color: #00CCFF;
    text-decoration : underline;
}

.navigation:hover  { 
	font-size: 13px;
	font-weight: 600;
	color: #00CCFF;
    text-decoration : underline;
 } 

a { 
	font-size : 13px;
	color : #0000CC;
; text-decoration: underline
 } a:active  { 
	font-size : 13px;
	color : #0000CC;
; text-decoration: underline
 } a:link { 
	font-size : 13px;
	color : #0000CC;
; text-decoration: underline
 } 

/* --- END DEFAULT ---*/

/*--- A-TEXTLINKS --*/

.navigation { 
	font-size: 13px;
	font-weight: 600;
	color: white;
	text-decoration : none;
 } .navigation:link { 
	font-size: 13px;
	font-weight: 600;
	color: white;
	text-decoration : none;
 } 
