@charset "UTF-8";
/* CSS Document */


/* BROWSER RESET
-----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
/*---------------------------------------------------------*/


/* WEBSITE HTML/BODY
-----------------------------------------------------------*/
html, body {border:0; margin:0; padding:0;}

body {	
		background-color:#000000;

background-image:url('images/bground3.jpg');
background-repeat:no-repeat;
background-position:top center;
font-family: Arial, Helvetica, sans-serif;
font-size:70%;
/*color: #979797;*/
color: #000000;
	 }
/*---------------------------------------------------------*/



a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */


.content {	
		font-size:70%;
		font-family: Arial, Helvetica, sans-serif;
		line-height:1.4em;
		color: #e0e0e0;
	 }


	
.greyText { 
	font-size:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.4em;
	color: #7e7e7e;
	}


#thumb a img, #thumb a           { border: none; overflow: hidden; float: left;  }
#thumb a:hover                         { border: 1px solid #7E7E7E; }
#thumb a:hover img                     { margin: -1px; }


