/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("images/bg.jpg");
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

ul {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 125%;
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
	top: auto;
	vertical-align: text-top;
	font-style: normal;
	color: #333333;
}
a {
	color: #B80000;
	font-family: tahoma;
	font-size: 11px;
}
a:hover {
	color: #003366;
	font-family: tahoma;
	font-size: 11px;
}

.a1{
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
.a1:hover {
	color: #BF0200;
	font-family: tahoma;
	font-size: 11px;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.blackheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	color: #666666;
}
.redheader {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C10100;
}
.small {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.leftindentbold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left:10px
}

.leftindent {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	padding-left:10px
}
input {
	font-family: Tahoma;
	font-size: 10px;
	width: 205px;
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
	color: #333333;
}
select {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	width: 209px;
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
}
.select1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	width: 45px;
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
}
textarea {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	width: 206px;
}
.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.dateboldred {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #BE0201;
}
.irboldgray {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}


.pageheading{
	color: #666666;
	font-family: tahoma;
	font-size: 20px;
	text-decoration: none;
	padding-left:10px;
}