a:link {color: #FFFF00; text-decoration:none;}
a:active {color: #FFFF00; text-decoration:none;}
a:visited {color: #FFFF00; text-decoration:none;}
a:hover {color: #FFFF00; text-decoration:underline;}

body
{
	background-color: #ffffff;
	background-image: url(stars.png);
}

table{
		background-color: #DDDDDD;
		
		background-repeat: no-repeat;
		background-position: center top;
		font-size:14px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFFFF;
		font-weight:normal;
		}

/*heading*/
h1 {
		font-size:50px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFF00;
}

/*content*/
h2 {
		font-size:11px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFF00;
}		

input, textarea, select
{
	background-color: #FFFFFF;
	border: #999999 1px solid;
	color: #6633CC;
	font-family:  Tahoma, verdana, Arial;
	font-size: 12px;	
}

.textBox
{
	width: 200px;
	height:18px;
}

home
{
	background-color: #ffffff;
	background-image: url(../../bg_home.jpg);
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

p
{
margin: 0;
padding: 0 1em;
font-size: 1.4em;
position: relative;
top: -50px;
line-height: 50px;
height: 80px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}
