BODY {
	font-family: Tahoma,Arial,Helvetica;
	background-color: black;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	font-size: 10pt;
	font-color: Black;
}

H1 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 15pt;
	border: 1px solid;
	border-color: silver;
	background-color: clear;
	background-image:  url('gfx/backgroundbluesilk.jpg');
	background-repeat: yes-repeat;
	background-position: top;
	background-attachment: float;
	margin-bottom: 10pt;
}	

H2 {
	margin-top: 30pt
	font-size: 1pt;
	font-weight: normal;
	font-style: italic;
	color: white;
	padding: 10pt;
	border: 1px solid;
	border-color: silver;
	background-color: ;
	background-image:  url('gfx/backgroundbluesilk.jpg');
	background-repeat: yes-repeat;
	background-position: top;
	background-attachment: float;
	margin-bottom: 10pt;
}

H3 {
	font-size: 10pt;
	font-weight: normal;
	font-style: large;
	color: #808080;
	padding: 10pt;
	border: 1px solid;
	border-color: silver;
	background-color: black;
	background-image:  url('gfx/backgroundblacksilk.jpg');
	background-repeat: yes-repeat;
	background-position: top;
	background-attachment: float;
	margin-bottom: 10pt;
}

H4 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	padding: 10pt;
	background-color: clear;
	background-image:  url('gfx/firedragon.gif');
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: float;
	margin-bottom: 10pt;
}

H5 {
	font-size: 10pt;
	font-weight: normal;
	font-style: large;
	color: #808080;
	padding: 10pt;
	border: 2px solid;
	border-color: blue;
	background-color: black;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	margin-bottom: 10pt;
}

H6 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	padding: 10pt;
	border: 1px solid;
	border-color: silver;	
	background-color: black;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: ;
	background-attachment: fixed;
	margin-bottom: 10pt;
}

H7 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: orange;
	padding: 20pt;
	border: 1px solid;
	border-color: silver;	
	background-color: blue;
	background-image:  url;
	background-repeat: yes-repeat;
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 10pt;
}

H8 {
	font-size: 10pt;
	font-weight: normal;
	font-style: large;
	color: white;
	padding: 1pt;
	background-color: black;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: float;
}

H9 {
	font-size: 10pt;
	font-weight: normal;
	font-style: large;
	color: #808080;
	padding: 10pt;
	border: 2px solid;
	border-color: white;
	background-color: blue;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	margin-bottom: 10pt;
}


/* Div tags */

#inner_text
{
	width:					90%;	
	background:				#7091A2;
	padding:				2px;	
	margin:					2px;
	font-size:				8pt;	
	position:				relative;
	left:					5%;
	top:					15px;
	border:					1px solid rgb(00,0,0);
	color:					#C2C2C2
}

#inner_text_small
{	
	width:					80%;
	border:					1px solid rgb(00,00,00);
	background:				#7091A2;		
	padding:				2px;
	margin:					2px;
	font-size:				8pt;
	font-weight:			bold;
	position:				relative;
	left:					10%;
	top:					3px;
	bottom:					3px;
}


A:link {
	color: red;
	x-text-underline: Off;
	text-decoration: none;

}

A:hover {
	color: #dddddd;
	x-text-underline: off;
	text-decoration: bold;
}

A:active {
	color: #dddddd;
	x-text-underline: Off;
	text-decoration: none;
}

A:visited {
	color: #dddddd;
	x-text-underline: Off;
	text-decoration: none;
}