/** formatting **/
body
{
	margin: 0px;
	padding: 0px;
}

body, table, tr, td, select, input, option, layer, div 
{
	color: #000000; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	line-height: normal;
}

a 
{
	color: #A26891; 
}

/** layout **/
#main
{

}

#container
{
	width: 801px;
	margin-left: 0px;
	margin-right: auto;
}

#header
{
	text-align: left;
}

#page_title 
{
	padding-bottom: 15px;
}

#content
{
	text-align: left;
}

#footer
{
	text-align: center;
}

#copyright
{
	text-align: center;
}

.primary_title 
{
	font-size: 12px;
	color: #A26891; 
	font-weight: bold;
}

.secondary_title 
{
	font-size: 12px;
	color: #000066; 
	font-weight: bold;
}

.tertiary_title 
{
	font-size: 12px;
	color: #888888;
	font-weight: bold;
}

.larger
{
	font-size: 13px; 
	color: #000000;
}

.buttons, .rates_action_button, .action_button
{
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #A26891; 
	border: thin #A26891 ridge;
}

.resform_r
{
	background-color: #ECE0E8;
}


