BODY {
	MARGIN: 0px;
	background : url(images/bg-intro.jpg) fixed center;
	background-repeat:repeat-y;	
	background-color : #000000;
}
a,a:hover,p,p#intro,ol#txt,sub{
	font:12px Arial
}
A {
	COLOR: #0563ff; 
	TEXT-DECORATION: none;
	background-color : transparent;
}
A:hover {
	COLOR: #fff;
	TEXT-DECORATION: underline;
	background-color : transparent;
	}
a#pro{
	COLOR: #fff; 
	TEXT-DECORATION: none;
	background-color : transparent;
}
a#pro:hover{
	COLOR: #fff;
	TEXT-DECORATION: underline;
	background-color : transparent;
}
p {
	COLOR: #ffffff;
	text-decoration : none;
	text-align : left;
	background-color : transparent;
}
p#intro{
	COLOR: #ffffff;
	text-align : center;
	background-color : transparent;
}
p#award{
	COLOR: #ffffff;
	text-align : center;
	background-color : transparent;
}
h1{
	COLOR : #ffffff;
	text-decoration : none;
	font : 24px  Arial;
	background-color : transparent;
}
h2{
	COLOR: #ffffff;
	text-decoration : none;
	font : 22px  Arial;
	background-color : transparent;
}
h3{
	COLOR: #ffffff;
	text-decoration : none;
	font : 20px  Arial;
	background-color : transparent;
	}
h4{
	COLOR: #ffffff;
	text-decoration : none;
	font : 18px  Arial;
	background-color : transparent;
	}
h5{
	COLOR: #ffffff;
	text-decoration : none;
	font : 16px  Arial;
	background-color : transparent;
	}
h6{
	COLOR: #ffffff;
	text-decoration : none;
	font : 14px  Arial;
	background-color : transparent;
	}
li {
	COLOR: #ffffff;
	text-decoration : none;
	text-align : left;
    font : 14px  Arial;
	background-color : transparent;
}
td#top1b{
background-image:url(images/top1b.gif);
}
td#laser{
background-image:url(images/top2a.gif);  
}
td#bottom{
background-image:url(images/bottom.gif);
}
ol#txt{
	COLOR: #ffffff;
	text-decoration : none;
	background-color : transparent;
	text-align:left;
}
sub{
	color : #ffffff;
	background-color : transparent;
	text-align:right
}

/*copyright line*/
.zed{
	color : #2955fd;
	font : 10px Arial;
	background-color : transparent;
}

td#load{
background-image:url(images/load.gif);
}

/*---------------------------------------*/
/*Gallery Menu*/

#gallery-menu {
	width: 500px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 5px 0 5px;
	}

#gallery-menu li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#gallery-menu a:link, #gallery-menu a:visited {
	float: left;
	font-size: 85%;
	line-height: 15px;
	font-weight: bold;
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: #999;
	}

#gallery-menu a.active:link, #gallery-menu a.active:visited, #gallery-menu a:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
	color: #fff;
	}
}

/*---------------------------------------*/

/* Menu system*/
#navcontainer ul
{
margin: 0 0 0 0 ;
padding: 0;
list-style-type: none;
font-family: Arial;
font-size: 18px;
float:center;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 5px 5px 5px 15px;
border: 1px solid #333;
width: 95px;
background-color: #999;
background-image: url(images/up.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #fff;
background-image: url(images/down.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #fff;
background-image: url(images/down.gif);
color: #666;
}