/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;		
	background-color: black;
background-attachment: fixed; background-image: url(images/bg2.jpg); background-repeat: no-repeat
background-position: left top
	/*margin: 0 0 0 0; top right bottom left*/	
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 500;
}	


a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}	

a:visited 
{
	color: #F0F0F0;
	font-weight: 500;
}	


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
; color: #FFFFFF
}


li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 600;
	color: #FFFFFF;
	margin-left: 8px;
	font-style: italic;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-top: -3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B1CBE0;

}

Blockquote {
	font-family: inherit;
	font-weight: 400;

}

/************************* Classes *************************/

img.pic {
border-width:2px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-left-color: #B1CBE0;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-right-style: solid;
	border-top-color: #B1CBE0;
	border-top-style: solid;
}
		
.MENU
 {  font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt; 
 font-weight: 500; 
 color: #FFFFFF
 }

/*************************  Pseudo classes *************************/

:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
li :link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

li :visited { 
color: #F0F0F0;
text-decoration: none;
font-weight: normal;
}

:hover {
	text-decoration: none;
}
  
  
:active { 
color: rgb(255, 0, 102);
font-weight: normal; 
} 


/*************************  ID's *************************/

#wrapper {
	width: 880px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 0px;
}

#tabletext {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#transparency {
-moz-opacity:.1; filter:alpha(opacity=10);
	background-color: #F5F5F5;
}

td {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; top: auto; clip:  rect(   )}
th {  font-size: 10pt; font-weight: bold; color: #B1CBE0}
