body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body, td, .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
a{
	color: #CF1518;
}
a:hover{
	color:#666666;
}

.smallGray{
	font-size: 11px;
	color: #5C5C5C;
}
.white{
	color: #FFFFFF;
}
.input{
	font-size: 12px;
	border: 1px solid #999999;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.redBut{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CF1518;
	padding: 2px 6px;
	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: #F28285;
	border-right-color: #620000;
	border-bottom-color: #620000;
	border-left-color: #F28285;
	cursor: pointer;
}
.redBorder{
	border: 1px solid #EFC2C4;
}
#leftTbl th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #656464;
	text-decoration: none;
	text-align: left;
	border-top: 1px solid #CEA4A5;
	height: 25px;
}
#leftTbl td{
	padding: 2px 1px;
	border-top: 1px solid #CEA4A5;
}
#leftTbl a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CF1518;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	width: 100%;
}
#leftTbl a:hover{
	color: #333333;
	text-decoration: none;
	background-color:#F0F0F0;

}

#footer{
	color: #666666;
	padding: 4px 0 0 4px;
}
#footer a{
	color: #CF1518;
	text-decoration: none;
}
/* --- Nav Starts  --*/

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	color: #FFFFFF;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 2px solid white;
	background: black url(images/blockdef.gif) repeat-x center center;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(images/blockact.gif) repeat-x center center;
}

/* -- Nav Ends --*/

.head {
	font-size: 20px;
	font-weight: bold;
	color: #CF1518;
}
.smallHead {
	font-size: 14px;
	font-weight: bold;
	color: #CF1518;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.smallHead2 {
	font-size: 14px;
	font-weight: bold;
	color: #CF1518;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #CF1518;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F1EBED;
}
.pad{
	padding-left: 16px;
}
.borderLeft{
	border-left: 1px solid #CCCCCC;
	padding-left: 3px;
}
#photo td img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
#popup td{
	border: 1px solid #f6f6f6;
	padding: 5px;
}
#popup .print{
	font-size: 10px;
}