/* hyperlink looks */

a  {
	font-family: tahoma, arial;
	font-size: 11px;
	color: rgb(150,150,0);
	font-weight: bold;
	cursor: hand;
	}

a:link {
	color: #445566;
	text-decoration: none;
	}

a:visited {
	color: #445566;
	text-decoration: none;
	}

a:active {
	color: #445566;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	text-transform : none;
	font-style: none;
	}
	
/* ------------------------------------ */



/* writing sections */

input, select {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	}

textarea {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	}

td, th, body, {
	font-family: verdana, arial;
	font-size: 11px;
	color: #404040;
	font-weight: normal;
	}

/* ------------------------------------ */



/* fonts */

.regular {
	font-family: verdana, arial;
	font-size: 11px;
	color: #404040;
	font-weight: normal;
	}

.light {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #667788;
	font-weight: normal;
	text-decoration: none;
	}

.small {
	font-family: verdana, arial;
	font-size: 9px;
	color: #667788;
	font-weight: normal;
	text-decoration: none;
	}

.light_big {
	font-family: arial, tahoma, verdana;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.e {
	font-family: verdana, arial;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
.e2 {
	font-family: verdana, arial;
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
.r {
	font-family: verdana, arial;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
	text-decoration: none;
	}	
	
/* ------------------------------------ */



/* special */

.thin {
	background-color: #f2f2f2;
	border-style:0;
	border: 1px #777777 solid;
	font-size: 11px; 
	line-height: 11px;
	padding: 1px;
	}

.thin_white {
	background-color: #ffffff;
	border-style:0;
	border: 1px #777777 solid;
	font-size: 11px; 
	line-height: 11px;
	padding: 1px;
	}

/* ------------------------------------ */
