/* CSS Document */

body{
margin-top: 0;
font-family:Verdana;
font-size:12px;
margin-bottom: 0;
}

/*.banner{
background-color: #333333;
color:#FFFFFF;
font-weight: bold;
font-size: 25px;
height: 40px;
padding-left:5px;
}
.caption{
background-color: #333333;
color:#FFFFCC;
font-size: 12px;
height:20px;
font-weight: normal;
padding-left:5px;
}
.main{
background-color:#f3f3f3;
height: 400px;
}
.footer{
background-color: #999999;
color:#FFFFFF;
font-weight: normal;
font-size: 10px;
height: 20px;
text-align: center;
}

.title
{
background-color: #999999;
color: #000066;
font-weight: bold;
font-size: 14px;
}
.stitle{
background-color: #E1E1E1;
color: #000066;
font-weight: bold;
font-size: 14px;
}
.normal{
color: #000000;
font-weight: normal;
font-size: 12px;
}
.normalb{
color: #000000;
font-weight: bold;
font-size: 12px;
}
.msg{
color:#FF0000;
font-weight: normal;
font-size: 12px;
}

*/
A:link
{
	color:#660000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
A:visited
{
	color:#660000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
A:hover
{
	color:Olive;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}



INPUT
{
	width:200PX;
}

