/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	color: #333333;
	font-weight: bold;
}

.text {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
	color:#656565
}
.medtext {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	color:#656565
}
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}

.headertext{
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color:#46b500;
	font-weight: bold;
	}

A {     
	font-family: Tahoma;
	font-size: 10px;
    Color : #FCB40C; 
	font-weight: bold;
	text-decoration : none;
}
A:hover { 
    font-family: Tahoma;
	font-size: 10px;
	Color : #FB9201; 
	font-weight: bold;
	text-decoration : underline;
