body {
	margin : 0 auto;
	padding : 20px 0; 
	font-size : 80%;
	font-family: "Lucida Grande","Lucida Sans Unicode", "Verdana", "sans-serif"; 
	color : #000; 
}

/*- Begin Menu Tabs--------------------------- */
/*-http://www.highdots.com/css-tab-designer/ */

#tabs {
	float:left;
	width:100%;
	background:#fff;
	font-size:80%;
	font-family: "Verdana", "Tahoma", "sans-serif";
	font-weight: bold;
	line-height:normal;
	border-bottom:1px solid #E276A7;
}
 
#tabs ul {
	margin:0;
	padding-left:20px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
	/* End IE5-Mac hack */
	#tabs a:hover span {
	color:#591333;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}

#tabs #current a span {
	background-position:100% -42px;
}
/*-End Menu Tabs------------------*/



/*-----Begin content CSS*/

#main {
	padding: 5px;
	line-height:1.5em;
	text-align: justify;
}

table {
	text-align : left;
}

img {
	border : 1px solid white;
 }

h2 {
	font-weight:: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 15px;
}

img.leftimage {
	margin-left: 0px;
	margin-bottom: 5px;
    	margin-right: 15px;
	border: 1px solid black;
	float: left;
}

#textintro{
    color: red;
     font-variant:small-caps;
    }
    
blockquote {
	margin-left: 150px;
	margin right: 150px;
	font-family: calibri;
	font-size: 14pt;
	font-weight: bold;
}

ul.body {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "Calibri", "Tahoma", "serif";
	font-size: 14pt;
	color: black;
	font-weight: bold;
}
	
li.body {
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Calibri", "Tahoma", "sans-serif";
	font-size: 11pt;
	list-style: square;
	color: navy;
}

p.ul_p {
	padding-top: 25px;
	font-family: "Calibri", "Tahoma", "serif";
	font-size: 12pt;
	color: navy;
	font-weight: bold;
}


/*-----Begin Regular Links*/
a:link
{ 
text-decoration : underline; 
color : teal;
}
a:visited
{
text-decoration : underline; 
color : teal;
}
a:active
{
text-decoration : underline; 
color : teal;
}
a:hover
{ 
text-decoration : none; 
color : teal;
}
/*-----End Regular Links*/


/*-----Begin Image Links*/
a.thumb:hover img
{ 
border : 1px solid yellow;
text-decoration : underline; 
}
a.thumb:link img, a.thumb:visited img, a.thumb:active img
{ 
text-decoration : underline; 
}
/*-----End Image Links*/


.policy
{
padding-top: 10px;
font-size: 8pt;
color:#9A9A9A;
text-decoration:none;
text-align: center;
}

