/* CSS Document */
html, body {
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-align: left;
	font-size: 14pt;
	background-color:#CCEAFC;
	background-image: url(../images/blt.gif);
	list-style-image: url(../images/ok1.gif);
}
	
#main {
	width: 92%;
	font-size: 13pt;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #ffffff;
}

#top {
	width: 92%;
	height: 120px;
	font-family: "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	background-image: url(../images/ust.gif);
	background-repeat: repeat-x;
	background-position: top;
}	

#footer {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/alt.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

a {
	text-decoration: none;
	color: #000099;
}

a:link {
	text-decoration: none;
	color: #CC0099;	
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #990099;
	font-weight: bold;
}

.teal {
	color: #006666;
	font-size: 15pt;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}	



#footer a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	background: #fff;
}

#footer a:hover  {
	text-decoration: none;
	color: #f5f5f5;
	background: #fff;
}
#footer a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	background: #fff;
}
#footer a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	background: #fff;
}

.red {
	color: #FF0000;
	font-size: 16pt;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}	

.big {
	color: #006;
	font-size: 2em;
	line-height: 1em;
	filter:shadow(color=#9BAD71, direction=225);
}	

.mavi {
	color: #330099;
	font-size: 16pt;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=32)
}	

.gri {
	color: #666666;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}	


.float { 
	float: left;
	padding: 10px; }