body {
	margin: 0px;
}
.button {font-family:arial, verdana; color:#000000; font-size:6pt; font-weight:normal; background-color:#FFFFFF;  border-left:1px solid #850004; border-bottom:1px solid #850004; border-top:1px solid #850004; border-right:1px solid #850004;      }
.text {font-family:tahoma, verdana; color:#6b6b6b; font-size:7pt; font-weight:Normal; background-color:#F8F8F8;  border-left:1px solid #999999; border-bottom:1px solid #CCCCCC; border-top:1px solid #999999; border-right:1px solid #CCCCCC;}
#mst {display: none;}
input {
	font-family: verdana;
	font-size: 11px;
	color: black;
}

select {
	font-family: verdana;
	font-size: 11px;
	color: black;
}

textarea {
	font-family: verdana;
	font-size: 11px;
	color: black;
	overflow: auto;
}

img.border {
	border: 1px solid #0054a6;
}

.menubg {
	background-image: url(../../}images/menu_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;

}

.default {
	font-family: verdana;
	font-size: 11px;
	color: #0054a6;
	text-align: justify;
}

.smldefault {
	font-family: verdana;
	font-size: 9px;
	color: #0054a6;
	text-align: justify;
}

.lightblue {
	font-family: verdana;
	font-size: 10px;
	color: #6574ad;
}

.pink {
	font-family: verdana;
	font-size: 11px;
	color: #ff51d0;
}

.grey {
	font-family: verdana;
	font-size: 10px;
	color: #cccccc;
}

.white {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.red {
	font-family: verdana;
	font-size: 10px;
	color: #850004;
}

a.blue {
	font-family: verdana;
	font-size: 11px;
	color: #0054a6;
	text-decoration: none;
}

a.blue:hover {
	font-family: verdana;
	font-size: 11px;
	color: #0054a6;
	text-decoration: underline;
}

a.ltblue {
	font-family: verdana;
	font-size: 9px;
	color: #0054a6;
	text-decoration: none;
}

a.ltblue:hover {
	font-family: verdana;
	font-size: 9px;
	color: #6574ad;
	text-decoration: none;
}

a.white {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.darkpink {
	font-family: verdana;
	font-size: 10px;
	color: #ff51d0;
	text-decoration: none;
}

a.darkpink:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ff51d0;
	text-decoration: underline;
}

a.pink {
	font-family: verdana;
	font-size: 10px;
	color: #ff97e3;
	text-decoration: none;
}

a.pink:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.red {
	font-family: verdana;
	font-size: 10px;
	color: #850004;
	text-decoration: none;
}

a.red:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.grey {
	font-family: verdana;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}

a.grey:hover {
	font-family: verdana;
	font-size: 10px;
	color: #cccccc;
	text-decoration: underline;
}

table.menu {
	background-image: url(../../}images/menu_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.heading1 {color:#860003;font-family:arial,verdana,tahoma;font-size:11pt;letter-spacing:1px;font-weight:bold;}
a { color:#ff63d4;  text-decoration:underline;}
a:hover{ text-decoration:none;}
td, table, div {font-family:verdana;font-size:11px;line-height:14px;color:#0054a6;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 350px;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}