/* CSS Document */

A {
	font-weight: bold; 
	font-size: 12px; 
	color: #990000; 
	font-family:  Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif;    
	text-decoration: none
}
A:hover {
	font-weight: bold; 
	font-size: 12px; color: #dd6900; 
	font-family:  Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif;    
	text-decoration: underline
}

A.redLink {
    font-weight: bold;
    color: #b80404; 
	text-decoration: none; 
	font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
	font-size: 12px}
	
A.redLink:hover {
           font-weight: bold;
		   color: #dd6900; 
		   text-decoration: underline; 
		   font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
		   font-size: 12px}
A.quicklink {
    font-weight: bold;
    color: #000000; 
	text-decoration: underline; 
	font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
	font-size: 11px}
	
A.quicklink:hover {
           font-weight: bold;
		   color: #dd6900; 
		   text-decoration: none; 
		   font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
		   font-size: 11px}		   
		   
A.menu {
	font-weight: bold; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-family:  Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif;    
	text-decoration: none
}
A.menu:hover {
	font-weight: bold; 
	font-size: 11px; 
	color: #cccccc; 
	font-family:  Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif;    
	text-decoration: none
}

.quick_txt {
          color: #000000; 
		  font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; font-size: 11px;
		  font-weight: bold}
.txt {
             color: #484747; 
			 font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
			 font-size: 11px}
.txtSmall {
             color: #484747; 
			 font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
			 font-size: 10px}
.txtSmallBold {
             color: #484747; 
			 font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
			 font-size: 10px;font-weight: bold}
			 
.txt_bold_black {
          color: #000000; 
		  font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; font-size: 12px;
		  font-weight: bold}
.txt_black {
          color: #000000; 
		  font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; font-size: 11px;
		  font-weight: bold}
.topic {
          color: #086ca7; 
	      font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
		  font-size: 12px;
		  font-weight: bold}
.txt_bottom { 
          color: #FFFFFF; 
		  font-family: Tahoma, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
		  font-size: 11px}
.txt_Big{
          color: #000000; 
	      font-family: Arial, Microsoft Sans Serif, MS Sans Serif, sans-serif; 
		  font-size: 22px;
		  font-weight: bold}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.form_input {
	BORDER-RIGHT: #6d90b0 1px solid; BORDER-TOP: #6d90b0 1px solid; BORDER-LEFT: #6d90b0 1px solid; BORDER-BOTTOM: #6d90b0 1px solid; BACKGROUND-COLOR: #FFFFFF;
	FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Tahoma, Verdana, Arial;
}

.form_button {
	BORDER-RIGHT: #003366 1px solid; BORDER-TOP: #003366 1px solid; BORDER-LEFT: #003366 1px solid; BORDER-BOTTOM: #003366 1px solid;
	BACKGROUND-COLOR: #DFDFE3; BORDER-TOP-COLOR: #003366; BORDER-RIGHT-COLOR: #003366; BORDER-BOTTOM-COLOR: #003366;
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana, Arial;
	CURSOR: hand;
	BACKGROUND-ATTACHMENT: scroll;
	HEIGHT: 20px;
}
