body, div, span, p, ul, li, td, th, input, select, textarea, button {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
}

body {
	background-color: White;
}

th {
	font-weight: bold;
}

a {

	text-decoration: none;
}

a:hover {
	color: #6666ff;
	text-decoration: underline;
}

ul {
	list-style-image: url(/common/images/bullet_lightblue5.jpg);
}

.siteFooter {
	font-size: 11px;
	text-align: center;
}

.heading1, .heading2, .heading3 {
	font-weight: bold;
}

.heading1 {
	color:#006699;
	font-size: 140%;
}

.heading2 {
	font-size: 120%;
}
.content
{
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	FONT-FAMILY: verdana
}
.button1 { /* primary button; use for OK, Accept, Next, Save, Close, etc. */
	font-weight: bold;
	background-color:#798CB4;
}	

.button2 { /* secondary button; use for Cancel */
	font-weight: bold;
	background-color:#798CB4;
}	

.error {
	color: Red;
	font-weight: bold;
}	

/*
for controlling the width of web controls since the width property
is not rendered in Netscape
*/

.width100 {width:100px;}
.width150 {width:150px;}
.width200 {width:200px;}
.width250 {width:250px;}
.width300 {width:300px;}
.width350 {width:350px;}
.width400 {width:400px;}
.width450 {width:450px;}
.width500 {width:500px;}


/*
PublicAuthen

General classes used: button1, error
*/

.PublicAuthenBody {
	background-color:white;
}	

.PublicAuthenHeader {
	width:200px;
	height:100px;
	background:url(/Common/Images/twrlogo.jpg) no-repeat center center;
}

.PublicAuthenHead
{
	color: #000099;
	font-size: 17px;
	font-family: arial;
	font-weight: bold
}

.PublicAuthenFooter {
}	

.PublicAuthenBox {
	background-color:#798CB4;
	border-style:double;
	border-color:#9AA9C8;
}

.PublicAuthenLabel {
	font-weight:bold;
}

.PublicAuthenTextbox {
	width: 180px;
	font-weight:bold;
}

.PublicAuthenLink {
}

.PublicAuthenLink:hover {
}

