/* Foundations content style sheet */
/* this is an externalsheet */
/* file name - contentstyles.css */
/* NO HTML MARKUP ALLOWED */


a, a:link, a:visited { 
	color : #AD0000;
	text-decoration : none;
	}

a:hover, a:active {
	color : #ff0033;
	text-decoration : underline;
	}

address {
	font-family : sans-serif;
	font-size : 8pt;
	}

a.menu, a.menu:link, a.menu:visited {
	background-color : #660000;
	color : #888888;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	padding-right : 20px;
	}

a.menu:hover, a.menu:active  {
	color : #FFFFFF;
	text-decoration : none;
	}

a.bottom, a.bottom:link, a.bottom:visited {
	background-color : #666666;
	color : #660000;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	padding-right : 20px;
	}

a.bottom:hover, a.bottom:active  {
	color : #FFFFFF;
	text-decoration : none;
	}

body { 
	margin : 0; 
	padding : 0; 
	background-color : #666666; 
	background-image : url(images/myspace.jpg); 
	background-position : 0% 100%; 
	background-attachment : fixed; 
	background-repeat : no-repeat;	
	font-family : sans-serif;
	} 

h3 {
	font-family : sans-serif;
	color : #000000;
	}
	

IMG {
	border : 0;
	}

p {	
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

table {
	background-color : #ffffff;
	border-color : #660000; 
	border-style : solid; 
	border-width : 2px;
	padding : 10px;
	width : 56%;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	}

table.address { 
	background-color : transparent;
	border-width : 0;
	margin-top : 20px;
	padding-top : 0px; 
	padding-bottom : 0; 
	padding-left : 0; 
	padding-right : 0;
	}

table.header { 
	background-color : #660000;
	background-image : none;
	border-width : 0px;
 	padding : 0;
	position : absolute;
	left : auto;
	right : auto;
	top : 0px;
	width : 100%;
	z-index:1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

table.bottom { 
	background-color : transparent;
	border-width : 0px;
 	padding : 0;
	text-align: center;
	}
