/* CSS DOCUMENT */

td	{
	font-size : 12px;
	line-height : 16px;
}

p	{
	font-size : 12px;
	line-height : 16px;
	margin : 0px;
	padding : 5px 0px 10px 0px;
}


h1	{
	color : #574473;
	font-size : 18px;
	line-height : 22px;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	padding : 10px 0px 0px 0px;
	border-bottom : 1px solid #000;
}

h2	{
	color : #574473;
	font-size : 13px;
	line-height : 17px;
	font-weight : bold;
	margin : 0px;
	padding : 10px 0px 0px 0px;
}

#nav_360	{
	background-color : #F6E8B2;
	color : #000;
	font-size : 11px;
	font-weight : bold;
	padding : 0px 0px 0px 7px;
	height : 18px;
	border-top : 1px solid #000;
}

#nav_360 a	{
	color : #000;
	text-decoration : none;
}

#nav_360 a:hover	{
	color : #574473;
	text-decoration : none;
}


.input	{
	border : 1px solid #000;
}

.table_highlight	{
	background-color : #E7E4EA;
}