.style1 {
	font-family: tahoma;
	font-size: 10px;
	color: #BD3F43;
	font-weight: bold;
}
.style2 {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.style3 {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
}

.style4 {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

body {
	background-color: #666666;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #BD3F43;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

td{
	background-color:#FFFFFF;
	vertical-align:top;
}

tr{
	font-size:10px;
	font-weight:normal;
	font-family:tahoma;
	color:#000000;
}

/*td.line2 {
border-top-width:1px;
border-top-color:#CCCCCC;
border-top-style:solid;
border-bottom-width:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;

border-left-width:1px;
border-left-color:#CCCCCC;
border-left-style:solid;
border-right-width:1px;
border-right-color:#CCCCCC;
border-right-style:solid;
}
table.line {
border-width:1px;
border-color:#CCCCCC;
border-style:solid;
}*/
tr.one {background-color:#CCCCCC;}