body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 8px;
}

body a
{
	color: #203180;
	text-decoration: none;
}
body a:hover
{
	color: #203180;
	text-decoration: underline;
}

.bodytext
{
	font-size: 10px;
}

.error_msg
{
	color: red;
}

.border_all
{
	border: 1px solid #FF1700;
}

.nav_links
{
	background-color: #D0D0D0;
	padding: 12px 0px 12px 12px;
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}

textarea
{
	height: 200px;
	width: 400px;
}

.footer
{
	padding: 24px 0px 0px 24px;
}

table
{
	font-size: 12px;
}

table.master_table
{
	width: 100%;
}

tr.alternate_row
{
	background-color:#EBECD2;
}

table td
{
	font-size: 10px;
}

select.select_multi
{
	height: 46px;
}

.button
{
	color : #FFF;	
	background : #15B725;
	font-weight : bold;
	line-height : 12px;
}
