body {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../buttons/bg_white.png);
	background-repeat: repeat-x;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #FF6437;
}
a:link,a:visited{
	color:#B72900;
	text-decoration: underline;
}
a:hover,a:active{
	color:#771B00;
	text-decoration: underline;
}
.descrblack {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.descrwhite {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.descrred {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: justify;
	padding: 4px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 250px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;

}

