/* CSS Document */
body
{
	background:#ffb30f;
}
.text_field
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}

.topLeftCorner {
	background-image:url(images/login/lefttopcorner.gif);
	background-position:top;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.topRightCorner {
	background-image:url(images/login/righttopcorner.gif);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bottomRightCorner {
	background-image:url(images/login/rightbottomcorner.gif);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bottomLeftCorner {
	background-image:url(images/login/leftbottomcorner.gif);
	background-position:top;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.leftxt
{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFBD5B;
	font-weight:bold;
	text-align:left;
}

.black_link
{
	color:#000000;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.black_link a
{
	color:#000000;
}
.black_link a:hover
{
	color:#FF9900;
}
.link_num
{
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
.link_num a
{
	color:#FFFFFF;
}
.link_num a:visited
{
	color:#FFFFFF;
}
.link_num a:active
{
	color:#FFFFFF;
}
.link_num a:hover
{
	color:#000000;
}
.txt9verblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFA400;
	font-weight:bold;
}
.txt9verblue a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFA400;
	font-weight:bold;
}
.txt9verblue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	font-weight:bold;
}