
/* hyperlink looks */

a  {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	color: rgb(150,150,0);
	font-weight: normal;
	cursor: hand;
	}

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
	text-transform : none;
	font-style: none;
	}
	
/* ------------------------------------ */



/* writing sections */

input, select {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	background-color: #ffffff;
	border-style:0;
	border: 1px #404C4C solid;
	line-height: 13px;
	padding: 3px;
	}

textarea {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	background-color: #ffffff;
	border-style:0;
	border: 1px #404C4C solid;
	line-height: 13px;
	padding: 3px;
	}

td, th, body, {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
	}

/* ------------------------------------ */



/* fonts */

.large {
	font-family: tahoma, arial, verdana;
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
	
.large2 {
	font-family: tahoma, arial, verdana;
	font-size: 17px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	}	
	
.pdf {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	color: #a1a1a1;
	font-weight: bold;
	text-decoration: none;
	}	

	
/* ------------------------------------ */



/* special */

.thin {
	background-color: #f2f2f2;
	border-style:0;
	border: 1px #697D7D solid;
	font-size: 13px; 
	line-height: 13px;
	padding: 3px;
	}

.thin_white {
	background-color: #ffffff;
	border-style:0;
	border: 1px #777777 solid;
	font-size: 13px; 
	line-height: 13px;
	padding: 3px;
	}

.radio-b {
	background-color: #ffffff;
	border-style: 0;
	border: 0;
	}
	
.radio-b2 {
	background-color: #577089;
	border-style: 0;
	border: 0;
	}
	
.radio-b_light {
	background-color: #7Da1c1;
	border-style: 0;
	border: 0;
	}
	
.img {
	background-color: #577089;
	border-style: 0;
	border: 0;
	}

/* ------------------------------------ */

