
A:LINK {
	font-weight : bold;
	color : #bca818;
	text-decoration : none;
}



A:HOVER {
	font-weight : bold;
	color : #ffcc00;
}

.altlink1 A:LINK,  a:visited{
	font-weight : bold;
	color : #3333cc;
	text-decoration : none;
	}
.altlink1 A:HOVER {
	font-weight : bold;
	color : White;
	}




BODY {
		color: White;
}



#mainbody{ 
	width: 800px;
	height: 100%;
	background-position: center;
	background: #000066;
	border: White;
	
 }

#footer {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
}

#tranbboxc
{
	background: #00009C;
	color: #242371;
}


#tranbbox
{
	background: #242371;
	color: White;
	font-weight : bold;
	margin: 0px;
	padding: 5px;
	border-right: #ffcc00 1px solid;
    border-top: #ffcc00 1px solid;
    border-left: #ffcc00 1px solid;
	
}

#tranbboxb
{
	background: #242371;
	color: White;
	font-weight : bold;
	margin: 0px;
	padding: 5px;
	border-right: #ffcc00 1px solid;
    border-top: #ffcc00 1px solid;
    border-left: #ffcc00 1px solid;
    border-bottom: #ffcc00 1px solid;
	
}

#btn1
{
    background: #003399;
    color: White;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    border-right: #ffcc00 2px outset;
    border-top: #ffcc00 2px outset;
    border-left: #ffcc00 2px outset;
    border-bottom: #ffcc00 2px outset;
    cursor: hand;
}
 
 #tbborder
{
    border: 1px solid Black;
    margin: 1px;
  
}

#txtboxblue
{
    padding: 5px;
    margin: 0px;
    color: White;
    background-repeat: repeat-x;
    background-position: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(images/bluefill.gif);
}

#txtboxblueb
{
    border: 1px solid #ffcc00;
    padding: 5px;
    margin: 0px;
    color: White;
    background-image: url(images/bluefill.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: #ffcc00 1px solid;
    border-top: #ffcc00 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

A:visited
{
    font-weight : bold;
	text-decoration : none;
    color: #0099ff;
}
