body { margin: 0px 0px 0px 0px; /* top, right, bottom, left */ } 

.text a:link {text-decoration:none; color:#EEEEEE;}
.text a:visited {text-decoration:none; color:#D60000;}
.text a:hover {color:#D60000; text-decoration:none;}
.text {font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:10px; color:#EEEEEE; }

.text2 a:link {text-decoration:none; color:#EEEEEE;}
.text2 a:visited {text-decoration:none; color:#EEEEEE;}
.text2 a:hover {color:#D60000; text-decoration:none;}
.text2 {font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:10px; color:#EEEEEE; }

.text3 a:link {text-decoration:none; color:#EEEEEE;}
.text3 a:visited {text-decoration:none; color:#EEEEEE;}
.text3 a:hover {color:#00C000; text-decoration:none;}
.text3 {font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:10px; color:#EEEEEE; }

input, select, textarea {
	font-family: verdana,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #242424;
	background-color: #FEFEFE;
	margin: 0;
	padding: 0;
	
}

select {width: 125px;
border: solid 1px #CCCCCC;}

input.text {	
	font-family: verdana,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #242424;
	background-color: #FEFEFE;
	border: solid 1px #CCCCCC;
	padding: 1px;
	}

input.button {	
	margin: 0;
	padding: 0;
	cursor: pointer;
	}

.justify {text-align: justify}

.tpadding{padding:7px 7px 7px 7px;}


