body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#C0C0C0;
	text-align:center;
}

div.head {
	width:758px;
	max-width:758px;
	overflow:hidden;
	top:0;
	text-align:center;
	margin:0 auto; 
	padding:0;
	}

img.lshift {position:relative;left:-1px;}
	
div.main {
	width:758px;
	max-width:760px;
	background-color:#FFF;
	border-left:1px solid black;
	border-right:1px solid black;
	min-height:500;
	text-align:center;
	margin:0 auto; 
	padding:0;
	position:relative;
	}

div.content {
	width:758px;
	max-width:758px; /*max-width not supported for IE, but IE calculates width differently*/

	background-color:#FFF;
	}
	
div.nav {
	width:758px;
	text-align:center;
	position:relative;
	bottom:0px;
	left:0px;
	}

div.foot {
	width:500px;
	background-color:#FFF;
	text-align:center;
	font-family:inherit;
	!important font-size:9px;
	padding:0;
	margin:0 auto;
	}
		

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4{ 
	font-family: Arial, Helvetica; 
	color: #0033FF; 
	font-size : 22pt; 
	margin:1em 0; 
	text-align:center;
	}
H2{font-size : 16pt; }
H3{font-size : 14pt; }
H4{font-size : 12pt; }

p { 
	font-family : Arial, Helvetica; 
	color : black; 
	font-size : 11pt;
	margin : .75em 2em; 
	text-align:justify;
	}
	
*.blue {color:#0033FF;}
*.red {color:red;}
*.center {text-align:center;}
strong {color:#0033FF}
table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

ul.none {
	font-weight:bold;
	list-style-type:none;
	}

ul.bfly {
	font-weight:bold;
	color:#9999FF;
	line-height:1.25em;
	margin:4em;
	list-style-image:url(images/bfly1.jpg)	;
	}

li.bfly {padding:0 0 0 1em;color:#9999FF;}
li.bfly:hover {
	font-weight:bold;
	color:#CC3366;
	line-height:1.4em;
	list-style-image:url(images/bfly2.jpg);
	}

/*a.bfly:hover {
	font-weight:bold;
	color:#CC3366;
	line-height:1.4em;

	list-style-image:url(images/bfly2.jpg)	;
	}
		*/
ul {
	font-weight:bold;
	}
		
li { font-family: Arial, Helvetica; color: black; font-size : 10pt; text-align:left; }

blockquote {font-family:inherit;font-size:smaller;}

a:link { color:#0033FF }
a:visited { color : #0033FF; }
a:hover { color : #CC3366 }
a:active { color : #ff0000 }

img { border-color : #000000; }