/* CSS Document */

body {
	background-color: #005DC7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.white {
color:white;
}
a.white:link {
color:white;
text-decoration:none;
}
a.white:visited {
color:white;
text-decoration:none;
}
a.white:hover {
color:yellow;
text-decoration: underline;
}
a.white:active {
color:white;
text-decoration:none;
}

.yellow{
color:yellow;
}

A.yellow:link {
	COLOR: yellow; TEXT-DECORATION: none
}
A.yellow:visited {
	COLOR:yellow; TEXT-DECORATION: none
}
A.yellow:hover {
	COLOR: white; TEXT-DECORATION: underline
}
A.yellow:active {
	COLOR: yellow; TEXT-DECORATION: none
}




body,td,th,p {
	font-size: 12px;
	line-height:150%;
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #336600;
}
a:active {
	text-decoration: none;
	color: black;
}

.button1 {
background:url(images/button.jpg);
width:36px;
line-height:16px;
height:18px;
font-size:12px;
color:white;
border:0;
}
.right{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
a.right{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
a.right:link {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
a.right:visited {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
a.right:hover {
	text-decoration: underline;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
a.right:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FFFF00;
}
.btn {
	BORDER-RIGHT: #86E30E 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #86E30E 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#f0f0f0, EndColorStr=#2BD346); BORDER-LEFT: #86E30E 1px solid; CURSOR: hand; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #86E30E 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff
}
