@charset "utf-8";
/* CSS Document */


body
{
	background-color: #942010;
	background-image: url(/images/bg-color.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	margin: 0px;
    padding: 0px;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: #ce842d;
	text-decoration: none;
}

table.header
{
	width: 778px;	
}

td.main_body
{
	background-image: url(/images-new/main-body-bg.png);
	background-repeat: repeat-y;

}

table.main_body
{
	width: 738px;	
}

td.side-menu
{
	width: 200px;	
}

td.content
{
	width: 538px;	
}

.white-bold
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
}

.purple-bold
{
	color: #602d90;
	font-weight: bold;
	font-size: 10pt;
}

td.shadow
{
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
	padding: 12px;
}

p.padding
{
	padding-left: 20px;
	padding-right: 20px;
}

img.padding-right-align
{
	padding-left: 10px;
	padding-right: 30px;
}

ul.none
{
	list-style: none;
}
