/* This is a comment */


* {
	margin: 0;
	padding: 0;
}

.center
 	{text-align: center}

html {
	background: #6E94BE url("../images/bbg7.jpg") no-repeat  center top}

body {
	background-image: url("images/background.gif");
	background-repeat: repeat-y;
	background-position: 
	center;
	font: 9pt verdana;
	color: #666666}

table  {width: 640px; font: 8pt verdana; color: #666666}

.img {
	border: 1px solid #000000}
																												/*Links*/
a { color:#001760; text-decoration:none;}
a:hover { color:#001760; text-decoration: underline; }
a:link {color: #999999}
a:visited {color: #999931}

h1  {font: 14pt arial;
	border-top: 1px solid #ece9d8;        																		/* line above Name */
	margin: 0 0px 0 0px;
	line-height: 0.60em;
	font-weight: bold;
	text-align: right;
	color: #ece9d8;																								/* Name color*/
	padding-bottom: 20px;}

h1 a {
	color: #ece9d8;}

h1 a:hover {
	color: #ece9d8;
	text-decoration:none;} 
	              
h2 	{ 
	font-weight: normal; font-size: 8pt; color: #cccccc; text-align: center }
										
											 
h3  {										
	font-weight: normal; font-size: 8pt; color: #ece9d8; text-align: right } 									/* captions /*

h4 a { 
	font-family: verdana; font-size: 7pt; color: #FF0000; font-weight: normal; margin-left: 10 }
                                         
h5 {																											/* footer */
	margin: 0 auto;
	padding: 0 0px 0 0;
	width: 640px;
	font-size: 7pt;
	font-weight: normal;
	text-align:right;
	border-top: 1px solid #808080;
	color: #ccc;}

h5 a {
	color: #808080;}

h5 a:hover {
	color: #000000;}
