/* content */
A.type1:link 	{color:#CC9900; text-decoration:underline;}
A.type1:visited {color:#CCCC33; text-decoration:underline;}
A.type1:active  {color:#CC9933; text-decoration:underline;}
A.type1:hover   {color:#FFFF00; text-decoration:underline;}

/* footer */
A.type2:link 	{color:#330000; text-decoration:none;}
A.type2:visited {color:#330000; text-decoration:none;}
A.type2:active  {color:#330000; text-decoration:none;}
A.type2:hover   {color:#990000; text-decoration:underline;}

/* hide design */
A.type3:link 	{color:#996666; text-decoration:none;}
A.type3:visited {color:#996666; text-decoration:none;}
A.type3:active  {color:#996666; text-decoration:none;}
A.type3:hover   {color:#996666; text-decoration:underline;}

body {
	background-color: #330000;
	margin: 0px 0px; padding:0px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-y;
}


H1 {
	color: #666633;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 20px;
	text-align: center;
}

.sub {
	color: #CC9900;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

.content {
	color: #330000;
	font-family: georgia, "times new roman", serif;
	font-size: 1em;
	line-height: 1.5em;
}

.smtxt {
	color: #996666;
	font-family: georgia, "times new roman", serif;
	font-size: .7em;
	line-height: 1.1em;
	padding: 10px;
	text-align: center;
	vertical-align:top;
}

.cap {
	color: #330000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	padding-top: 10px;
	text-align: center;
	vertical-align:top;
}












