

body
{
	/* Background Watermark */
	background-color:black;

		
	/* Default fonts */
	color:black; 
	font-family: arial;
	font-size: 8.5pt; 

	text-align:center;
}

/* First most important */
h1
{
	font-family:arial;
	font-size:20pt;
	font-weight:bold;
	color: red;
}

/* Second most important */
h2
{
font-family:arial;
	font-size:15pt;
	font-weight:bold;
	}


/* Third most important */
h3
{
	color:black; 
	font-family: arial;
	font-size: 8.5pt; 
	font-weight: bold;
}

.maintable
{
	padding:0px;
	margin:0px;
	text-align:left;
	width:800px;
	border:1px solid black;
	margin-left:auto;
	margin-right:auto;
}

/* TOP SECTION */

.top
{
	background-color:white;
	color:black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;	
}

.top a, .top a:active, .top a:visited, .top a:focus
{
	color: red;
	text-decoration:none;
}

.top a:hover
{
	color: rgb(201,201,201);
}

.top-telephone
{
	color:black;
	font-family:arial;
	font-size:30pt;
	font-weight:bold;
	text-align:right;
}

/* LEFT NAVIGATION PANE */

.nav-left
{
	background-color:white;
	padding:5px;
	width:145px;
	
	font-family:arial;
	font-size:7pt;
	
	border-right:1px solid black;

	line-height:17px;
}

.nav-left-main, .nav-left-main a, .nav-left-main a:active, .nav-left-main a:visited, .nav-left-main a:focus
{
	color:black;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

.nav-left-main a:hover
{
	color: rgb(211,31,31);
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

.nav-left-sub, .nav-left-sub a, .nav-left-sub a:active, .nav-left-sub a:visited, .nav-left-sub a:focus
{
	color:black;
	padding:0px;
	padding-left:7px;
	font-size: 7.5pt;
	text-decoration:none;
}

.nav-left-sub a:hover
{
	color: red;
	padding:0px;
	padding-left:7px;
	font-size: 7.5pt;
	text-decoration:none;
}

/* RIGHT NAVIGATION PANE */

.nav-right
{
	background-color: white;
	padding:5px;
	width:145px;
	
	font-family:arial;
	font-size:7pt;
	
	border-left:1px solid black;

	text-align:right;
	
	line-height:17px;
	
}

.nav-right-main, .nav-right-main a, .nav-right-main a:active, .nav-right-main a:visited, .nav-right-main a:focus
{
	color:black;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

.nav-right-main a:hover
{
	color: red;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

.nav-right-sub, .nav-right-sub a, .nav-right-sub a:active, .nav-right-sub a:visited, .nav-right-sub a:focus
{
	color:black;
	padding:0px;
	padding-right:7px;
	font-size: 7.5pt;
	text-decoration:none;
}

.nav-right-sub a:hover
{
	color: red;
	padding:0px;
	padding-right:7px;
	font-size: 7.5pt;
	text-decoration:none;
}

/* content formats */

.content
{
	background-color:white;
	padding:15px;
	vertical-align:top;
	
	color:black; 
	font-family: arial;
	font-size: 10pt; 
	
}

.content a, .content a:active, .content a:visited, .content a:focus
{
	color: red; 
	font-family: arial;
	text-decoration:none;
}

.content a:hover
{
	color: red; 
	font-family: arial;
	text-decoration:underline;
}

.content-line
{
	background-attachment: scroll;
	background-image: url(..\images\index-line.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width:100%;
}

.content-table
{
	background-color:white;
	padding:0px;
	margin:0px;
	vertical-align:top;
	
	color: rgb(77,86,99); 
	font-family: arial;
	font-size: 9pt; 
	
	border:3px solid rgb(77,86,99);
}

.content-subtitle
{
	color: red; 
	font-family: arial;
	font-size: 15pt; 
}

.content-table-content
{
	padding:3px;
}

.content-table-header
{
	font-family:arial;
	font-size:15pt;
	font-weight:bold;
	color: rgb(77,86,99); 
}

.footer
{
	background-color:black;
	color:white;
	font-family:arial;
	font-size:7pt;
	line-height:16px;
	padding:5px;
}

.footer a, .footer a:active, .footer a:visited, .footer a:focus, .footer a:hover
{
	color:white;
	font-family:arial;
	font-size:7pt;
	line-height:16px;
	text-decoration:underline;
}


.lightfooter
{
	background-color:white;
	font-family:arial;
	font-size:8pt;
	padding:5px;
	border-left:solid 2px black;
	border-right:solid 2px black;
	padding:15px;
	line-height:17px;
	color:rgb(128,128,128);
}

.lightfooter a, .lightfooter a:active, .lightfooter a:visited, .lightfooter a:focus
{
	text-decoration:none;
	color:black;
}

.lightfooter a:hover
{
	text-decoration:underline;
	color:red;
}

.date
{
	color:rgb(128,128,128);
}




.content2
{
	background-color:white;
	padding:15px;
	vertical-align:top;
	
	color:black; 
	font-family: arial;
	font-size: 10pt; 
	
}

.content2 a, .content2 a:active, .content2 a:visited, .content2 a:focus
{
	color: black; 
	font-family: arial;
	text-decoration:none;
}

.content2 a:hover
{
	color: red; 
	font-family: arial;
	text-decoration:underline;
}
