/* Secret Secret website style sheet */


BODY {
	background-image: url(bg.jpg); 
    background-repeat: repeat-y;
    background-position:0px 0px;
    	  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    color: #663333;

    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
	line-height: 14px;
	color: #663333;
}

a:link { 
	color: #111111;
	text-decoration: none;
	cursor: none;
}

a:visited  { 
	color: #111111;
	text-decoration: none;
	cursor: none; 
}

a:hover  { 
	color: #000000;
	text-decoration: underline;
}

.centerBox {
	margin: 0 auto;
	}

.menutxt {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 17px;	
}

.pagetxt {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #663333;
	font-size:10pt;
	line-height:11pt;
}

.pagetxtsmall {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #663333;
	font-size:9pt;
	line-height: 10pt;
	background-color: none;
}

.pagetxtlrg {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #663333;
	font-size:13pt;
	line-height:15pt;
}

/* The text scroller */

.textscroller {
	width:421px;
	height:650px;
	overflow: auto;
	background: transparent;
	text-align: justify;
	padding:7px;
}


/* Latest News */

.newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	font-style: normal;
	color: #2c2720;
	text-align:left;

}


.newsblock{
	position: relative;
	width: 321px;

	text-align:left;
}

.newstextbg
{
	background-color: #999;
	color: #999999;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(images/ulbg.jpg);
	background-repeat: repeat;
}

.newstext{
	background-color: none;
	color:#999999;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.dltextbg
{
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 14pt;
	background-image: url(images/ulbg.jpg);
	background-repeat: repeat;
	border-color: #999;
	border-width: 2px;
	border-style: none;
}
 
.crblock{
	position: relative;
	width: 140px;
	border: 1px solid #000066;
	color: #cccccc;
}





