/* Copyright PointMedia LLC */
/* This style sheet is availble for use in the public domain */

body {
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#333;
	}
	
a:link {text-decoration: none; color:#FFFFCC;}
a:hover{text-decoration: underline; cursor:hand; color:#009999;}
a:visited {text-decoration: none; cursor:hand; color:#FFFFCC;}

ul {
	list-style-type: square;
	font:11px/15px verdana, arial, helvetica, sans-serif;
	color:#000;
	}
	
p { font-size: 10pt; text-decoration: none }

.Header {
	font-size: 11pt;
	color:#039;
	}
	
.DotBox1 {
	color: #000000; 
	border-collapse: collapse; 
	border-style: dashed; 
	border-width: 1; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 2; 
	padding-bottom: 2; 
	background-color: #E1E1E1; 
	bordercolor: #111111
}
.CreamBox {
	width: 600px;
	color: #000000; 
	border-collapse: collapse; 
	border-style: double; 
	border-width: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #FFFFEE; 
	bordercolor: #111111
	background-image: url('images/watermark.gif'); 
	background-position: center; 
	background-repeat:no-repeat; 
	background-attachment:fixed
	}

.watermark   { background-image: url('images/watermark.gif'); background-position: center; background-repeat:no-repeat; background-attachment:fixed }