/*	============	*/
/*	Basic Layout	*/
/*	============	*/


body {
	background-color:#ffffff;
	font-family : Arial, Helvetica, sans-serif;
	xfont-size : 10px;
	background-image:url("images/mona.jpg");
	background-repeat:repeat;
}

.maindiv { text-align:center; align:center; }

/* Adstyles */

table.adstat {
        border: 1px solid black;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        border-collapse: collapse;
        }
table.adstat td, th {
        border: 1px solid black;
        padding: 3px;
        background: #BBD3FF;
}

table.adstat th {
        background: #99a3cc;
}

	
 
/*	===========	*/
/*	Text Blocks	*/
/*	===========	*/

p {
	margin-top: 14px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

.smaller1 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

.nav {
	
	#background-color:#ff0000;
	background-color:#ccccff;
	xbackground-color:#808080;
}

.navtd {
	width:118;
}

.fcat {
	font-size: 14px;
	font-weight: bold;
}
 .forum {
	margin-left: 10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.text {
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
} 

/*	 Headlines	*/

h1 {
	font-size : 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;
}

h2 {
	font-size : 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
  
h3 { 
	font-size : 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
  
h4 { 
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;
}


/*	======	*/
/*	Ancors	*/
/*	======	*/

a {	
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color:#b20A15;
	xtext-decoration: none;
}
a:visited { 
	color:#9f0A05;
	xtext-decoration: none;
}
a:hover {
	color:#B20A15;
	xtext-decoration: none;
}
a:active { 
	color:#cc3333; 
	xtext-decoration: none;
}


