body
{
	border:none;
	margin:0;
	padding:0;
	background-color:#C1272D;
	font-family:Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size:100%;
	text-align:center;
}

a:link {color:#F15A24;}      
a:visited {color:#F7931E;}  
a:hover {color:#F15A24;}  
a:active {color:#FCEE21;}

ul.listCircle {list-style-type: disc;}
ol.list123 {list-style-type: decimal;}
li {margin-bottom:0.5em;}


/*--------------TABLES-----------------*/
.text1,.graphics1 /*table*/
{
	border:0;
	margin:10px;
	padding:10px 20px 10px 20px;
	width:475px;
}
.text1
{
	font-family:Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size:0.8em;
	text-align:left;
}
.graphics1
{
	text-align:center;
}
.break20
{
	height:20px;
}
	

/*--------------TEXT-----------------*/
.std
{
	font-family:Verdana,Lucida,Helvetica,Arial,sans-serif;
}
.lft
{
	text-align:left;
}
.ctr
{
	text-align:center;
}
.rgt
{
	text-align:right;
}

.redLarge
{	
	font-size:2em;
	color:#C1272D;
}
.redMedium
{
	font-size:1em;
	color:#C1272D;
}
.yellowSmall,.graySmall,.redSmall
{
	font-size:0.5em;
}
.yellowSmall{color:#F7931E;}
.graySmall{color:#808080;}
.redSmall{color:C1272D;}