

body, table, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #888888;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}




form {
	margin: 0px;
}





/****** standard size fonts *****/

.bold {
	font-weight:bold; 
	color: #656565;
}

.black {
	color: #000000;
}
.light_grey {
	color: #DDDDDD;
}



.grey {
	color: #666666;
}



.error {
	color: #FF0404;
	font-weight:bold; 
}

.green {
	color: #009900;
	font-weight:bold; 
}


.req {
	color: #FF0404;
	font-weight:bold; 
}

.italic {
	font-style : italic; 
}

.no_underline {
	text-decoration : none; 
}




/****** links fonts *****/

A:link {color: #FF6500; text-decoration: none}
A:visited {color: #FF6500; text-decoration: none}
A:active {color: #FF6500; text-decoration: none}
A:hover {color: #FF6500; text-decoration: none; color: #333333;}




/****** small fonts *****/

.small {
	font-size: 10px;
	line-height: 10px;
}

	

/****** large fonts *****/


.medium {
	font-size: 16px;
}

.large {
	font-size: 24px;
}



/****** borders *****/


.outer_left {  
	background-image: url(../images/global/left_border.gif);
	background-repeat: repeat-y;
}
.outer_right {  
	background-image: url(../images/global/right_border.gif);
	background-repeat: repeat-y;
}

.vert_lines {  
	background-image: url(../images/global/vert_divide_repeat.gif);
	background-repeat: repeat-y;
}

/****** forms *****/
	
	

.list_input {
	width: 146px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #A6AEB2; 
	color: #000000;
	margin-top: 1px;
}







/****** rounded_corners *****/

