/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #ffffff;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0px;
}

td {
  font-size: 80%;
	font-family : Helvetica, Verdana, Arial, sans-serif;	
}

a:link { color: #FF0000; text-decoration: underline;}
a:visited { color: #333333; text-decoration: underline;}
a:hover { color: #000000;	text-decoration: underline;}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #CA352D;
	font-size: 12pt;
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 10px;
	 border-bottom: 1px dotted #FFCC33;
	 width: 95%;
}
p{padding-right: 15px;
padding-left: 20px;
padding-right: 30px;
line-height: 135%;}


h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #CA352D;
	font-size: 130%;
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: -10px;
	border-bottom:1px dotted #FFCC33;
width: 95%;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #CA352D;
	font-size: 110%;
	margin-top: 10px;
	margin-left: 20px;
		margin-bottom: 0px;
}

li  {
	font-family :   Helvetica,  Verdana, Arial, sans-serif;
	list-style-image: url(../images/bullet.gif);
	margin-right: 50px;
	margin-left: 20px;
	line-height: 150%;
}

.footer {
	 font-family:   Helvetica, Verdana, Arial, sans-serif;
	 font-size: 10pt;
	 color: #ffffff;
	 line-height: 200%;
	  text-align: center;
}
.footer:link { color: #ffffff; text-decoration: none;}
.footer:visited { color: #ffffff; text-decoration: none;}
.footer:hover { color: #CA352D;	text-decoration: none;}

#page {
	background-color:#efefef;
	width:780px;
	margin:50px auto;
	padding:20px 20px 20px 20px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:center;
}






