body {
	background-color: #c2c4c3;	
	border : 0;
	margin : 0 0 0 0;
}

table.master_outer {
	background-image: url(/images/background_stripes.gif);
}

table.master_inner {

}

td.left_shadow {
	background-image: url(/images/shadow_left.png);
	background-repeat : repeat-y;
}
td.right_shadow {
	background-image: url(/images/shadow_right.png);
	background-repeat : repeat-y;
}

td.master_body_cell {
	background-color: white;
}
td.main_title,h1.main_title {
	font-style : italic;
	font-size : 19px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight : bolder;
	color : #C20211;
	height: 21px;
	text-align: left;
	border: 0px;
	margin:0px;
}

td.border_black {
	background-color: black;
}

ul.square_points {
	list-style-type : square;
	padding-left : 20px;
	text-indent : 0px;
	margin-left : 0px;
}
li.square_points 
{
}
p.square_points 
{
	padding-top: 0px;
	padding-bottom: 5px;
	
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.ticks
{
	list-style-image: url(/images/tick_icon.gif);
	padding-left: 25px;
	text-indent: 0px;
	margin-left: 5px;
}

il.ticks
{
}

p.ticks
{
	padding-top: 0px;
	padding-bottom: 5px;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

table.footer_bar {
	background-image: url(/images/footer_bar.gif);
	background-repeat : no-repeat;
	background-position : center;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

A {
	color: black;
}
A:ACTIVE, A:HOVER {
	color: black;
	/*text-decoration: none;*/
}
