/* Website CSS */
/* Copyright 2004 by Stupar Alexandru. */
/* All rights reserved. */

/* Page scroll and backgrounds */
body {
	background-color: #ffffff;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	
	border-width : 0px;
	
}

a.llink:link, a.llink:active, a.llink:visited {  color : #DEA600; }
a.llink:hover { color : #000000; }
.llink { font-size: 15px; text-decoration: underline; }

a.link:link, a.link:active, a.link:visited { color : #DEA600; }
a.link:hover { color : #000000; }
.link { font-size: 12px; text-decoration: underline; }

a.glink:link, a.glink:active, a.glink:visited { color : #C8C8C8; }
a.glink:hover { color : #000000; }
.glink { font-size: 12px; text-decoration: underline }

a.alink:link, a.alink:active, a.alink:visited { color : #000000; }
a.alink:hover { color : #DEA600; }
.alink { font-size: 12px; text-decoration: none; }

a.olink:link, a.olink:active, a.olink:visited { color : #EA6316; }
a.olink:hover { color : #000000; }
.olink { font-size: 12px; text-decoration: none; }

a.slink:link, a.slink:active, a.slink:visited { color : #DEA600; }
a.slink:hover { color : #000000; }
.slink { font-size: 11px; text-decoration: none; }

a.plink:link, a.plink:active, a.plink:visited { color : #000000; }
a.plink:hover { color : #DEA600; }
.plink { font-size: 12px; text-decoration: none; }

a.fslink:link, a.fslink:active, a.fslink:visited { color : #DEA600; }
a.fslink:hover { color : #EA6316; }
.fslink { font-size: 10px; text-decoration: none; }

a.pslink:link, a.pslink:active, a.pslink:visited { color : #000000; }
a.pslink:hover { color : #DEA600; }
.pslink{ font-size: 11px; text-decoration: none; }

.generaltext { color: #000000; font-size: 12px; }
.generalgraytext { color: #C8C8C8; font-size: 12px; }
.generalyellowtext { color: #DEA600; font-size: 12px; }

.mediumtext { color: #000000; font-size: 11px; }
.smalltext { color: #000000; font-size: 10px; }

.splashtext { color: #C8C8C8; font-size: 17px; }

.smalltitle { color: #DEA600; font-size: 12px; }
.smallotitle { color: #EA6316; font-size: 11px; }
.smallbtitle { color: #000000; font-size: 11px; }

.title { color: #DEA600; font-size: 14px; }
.stitle { color: #000000; font-size: 15px; }
.vbotitle { color: #EA6316; font-size: 15px; }

input, textarea, select 
{ 
	font: Arial, Helvetica, sans-serif; 
	 
	color: #000000; 	
    border-style : solid;
    border-color : #000000;   
    border-width : 1px;	
    input-border: 0;
    font-size: 10px;
    
}

.submitbutton { background-color : #FFFFFF; }