#title{
	font-weight: bold;
}

a{
	text-decoration:none;
}

a:link {
 	color:#000000;
}

a:visited {
 	color:#000000;
}

a:hover {
	color: #FFFFFF;
	background-color: #778899;

}


ul{
	list-style-type: none;
}


body {
	font-family: verdana;
	font-size: 10pt;
}

#frame{
	position		: absolute;
	height			:800px;
	width			:600px;
}

#header { 

	position: absolute;
	top	: 0px; 
	left	: 100px; 
	height	: 50px;
} 

#navigation { 
	position: absolute;
	top	: 70px;
	left	: 50px; 
	height		: 290px; 
	width		: 120px; 
} 



#body { 
	position: absolute;
	top: 70px; 
	left: 180px; 
	width: 700px; 
	height: 500px; 
}


h1 {
	font-size: 12pt;
}


img {
	border :0;	
}


#error {
	position: absolute;

	top: 5px; 
	left: 300px; 
	width: 560px; 
	height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px solid #CCCCCC;
	background-color: #DF0000;
}

#message{
	position: absolute;

	top: 25px; 
	left: 300px; 
	width: 560px; 
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px solid #CCCCCC;
	background-color: #00CC00;
}

#footer { 
	position: relative;

	font-size: 8pt;
	color: #999999;
	top: 720px;
	left: 200px;
	height: 10px;
} 

