@charset "utf-8";
/* CSS Document */

body {
	background-color:#333366;
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	text-align:center; /* IE5 */
}
A:link  {
	font-family: "Courier New", Courier, Monospace;
	font-style: bolder;
	font-size: 14px;
	color:#3300CC;
	text-decoration: underline;
}
A:visited  {
	font-family: "Courier New", Courier, Monospace;
	font-style: bolder;
	font-size: 14px;
	color:#666666;
	text-decoration: underline;
}
A:hover  {
	font-family: "Courier New", Courier, Monospace;
	font-style: bolder;
	font-size: 14px;
	color:#3300CC;
	text-decoration: underline;
}
H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 28px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
}
H2 {
	font-family: "Courier New", Courier, Monospace; 
	font-style: normal; 
	font-size: 18px; 
	font-weight: bolder; 
	color: #000066; 
	text-decoration: none; 
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align:justify;	
}
H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:left;
}
p  {
	font-family: "Courier New", Courier, Monospace;
	font-style: normal;
	font-size: 14px;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
ol, ul, li  {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	text-align:justify;
}
ul  {
	list-style-type:square;
}
li	{
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:15px;
	padding-right:15px;
}
strong  {
	font-size:15px;
	font-weight:bolder;
}
img  {
	display:block;
	border:none;
}
#wrapper  {
	width:800px;
	border:0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	text-align:left;
}
#content  {
	width:650px;
	border:0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
#dashbox  {
	width:550px;
	border: 8px dashed rgb(204, 0, 0);
	margin-left:auto;
	margin-right:auto;
	padding:25px;
	text-align:justify;
}
p.special  {
	text-align:center;
	font-size:medium;
	font-weight:bolder;
	margin-left:15px;
	padding-left:15px;
	margin-right:15px;
	padding-right:15px;
}
p.special2  {
	font-size:medium;
	font-weight:bolder;
	font-style:italic;
	margin-left:15px;
	padding-left:15px;
	margin-right:15px;
	padding-right:15px;
}
p.special3  {
	font-size:medium;
	font-weight:bolder;
	font-style:italic;
	margin-left:15px;
	padding-left:15px;
	margin-right:15px;
	padding-right:15px;
	color: rgb(204, 0, 0);
}
p.bluetext  {
	font-family: "Courier New", Courier, Monospace; 
	font-style: normal; 
	font-size: 15px; 
	font-weight: bolder; 
	color: #000066; 
	text-decoration: none; 
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:left;
}
.background  {
	background-image:url(img/bkgrnd.png);
	background-repeat:repeat-y;
}
.highlight {
	background-color : #ffff00;
}
.super  {
	vertical-align:super;
}
.footer  {
	font-family: "Courier New", Courier, Monospace;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:5px;
	padding-left:30px;
	padding-right:5px;
}
.bluebigtitles { 
	font-family: "Courier New", Courier, Monospace; 
	font-style: normal; 
	font-size: 15px; 
	font-weight: bold; 
	color: #000046; 
	text-decoration: none; 
}
.bluetitles { 
	font-family: "Courier New", Courier, Monospace; 
	font-style: normal; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000046; 
	text-decoration: none; 
}
.bluesubtitles { 
	font-family: "Courier New", Courier, Monospace; 
	font-style: normal; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000046; 
	text-decoration: none; 
}
.copyright {
	font-family: "Courier New", Courier, Monospace;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	vertical-align: top;	
	padding-top: 6px;
	padding-left: 8px;
	text-align:center;
}
.buybox  {
	width:500px;
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	padding-right:50px;
	text-align:justify;
}
.yes  {
	font-size:x-large;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(204, 0, 0);
	font-weight:bolder;
}
.now  {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bolder;
}

