BODY {
	background-color: #EDEDED;
}

.Utxt{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
.Utxt A:link       { color:#FFFFFF; text-decoration : underline; }
.Utxt A:visited { color:#FFFFFF; text-decoration : underline; }
.Utxt A:active  { color:#FFFFFF; text-decoration : underline; }
.Utxt A:hover   { color: #FFFFFF; text-decoration : underline;}

.Utxt2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
.Utxt2 A:link       { color:#FFFFFF; text-decoration : none; }
.Utxt2 A:visited { color:#FFFFFF; text-decoration : none; }
.Utxt2 A:active  { color:#FFFFFF; text-decoration : none; }
.Utxt2 A:hover   {color: #FFFFFF; text-decoration : underline;}

.Utxt3{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
.Utxt3 A:link       { color:#FFFFFF; text-decoration : none; }
.Utxt3 A:visited { color:#FFFFFF; text-decoration : none; }
.Utxt3 A:active  { color:#FFFFFF; text-decoration : none; }
.Utxt3 A:hover   {color: #FFFFFF; text-decoration : none;}

.Utxt4{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
}
.Utxt4 A:link       { color:#990000; text-decoration : none; }
.Utxt4 A:visited { color:#990000; text-decoration : none; }
.Utxt4 A:active  { color:#990000; text-decoration : none; }
.Utxt4 A:hover   {color: #990000; text-decoration : none;}

.Utxt5{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
}
.Utxt5 A:link       { color:#990000; text-decoration : none; }
.Utxt5 A:visited { color:#000000; text-decoration : none; }
.Utxt5 A:active  { color:#000000; text-decoration : none; }
.Utxt5 A:hover   {color: #990000; text-decoration : underline;}

.header{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
.header A:link       { color:#FFFFFF; text-decoration : underline; }
.header A:visited { color:#FFFFFF; text-decoration : underline; }
.header A:active  { color:#FFFFFF; text-decoration : underline; }
.header A:hover   { color: #FFFFFF; text-decoration : underline;}

.top{
	background-image : url(../images/right_image_top.gif);
	background-position : top;
	background-repeat : no-repeat;
}

.bottom{
	background-image : url(../images/right_image_bottom.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}

.txtBox{
    border-top: 1px solid #555452;
    border-bottom: 1px solid #555452;
    border-left: 1px solid #555452;
    border-right: 1px solid #555452;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #000000;
}

.Button{
	border-top: 1px double #555452;
	border-bottom: 1px solid #555452;
	border-left: 1px solid #555452;
	border-right: 1px solid #555452;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
	cursor : hand;
}

