body{
	margin:0px;
	padding:0px;
	background-color:#E2E2E2;
	background-image:url(images/bg.gif);
	background-position:top;
}

img{
	behavior: url("pngbehavior.htc");
}
.required {
 	color: #FF0000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}
td{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	line-height:normal;
}

a{
	color:#C40700;
}
a:hover{
	color:#636363;
}
a.nav{
	color:#ffffff;
    font-weight:bold;
}
a.nav:hover{
	color:#ffffff;
    font-weight:bold;
}
input, textarea, select{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
}


#comments input, textarea, select{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	border:solid;
	border-width:0px;
}

.imgBorder{
	border:#e5e5e5 solid 11px;
}

.caption{
	background-color:#e5e5e5;
	text-align:center;
}

.imgBorderSmall{
	border:#e5e5e5 solid 1px;
}


.tdCaledar_main{
	background-image:url(images/calendar/td_back.gif);
	background-repeat:no-repeat;
}
.tdCaledar_1{
	border:#DBDBDB solid 1px;
	padding-right:10px;
}
.tdCaledar_2{
	border:#DBDBDB solid 1px;
	background-color:#EFEFEF;
	padding-right:10px;
}
.tdCaledar_3{
	border:#DBDBDB solid 1px;
	background-color:#9C0E09;
	padding-right:10px;
}

.activeLink{
    color:#636363;
}

.submit_img{
    cursor:pointer;
    cursor:hand;
}

.subTitle{
	color:#c60001;
	font-weight:bold;
}

#listTree{
	font-size:12px;
	list-style-type:disc;
}

#listTree #level1 li{
	font-weight:bold;
	list-style-type:disc;
}

#listTree #level2 li{
	font-weight:normal;
	list-style-type:circle;
}

#listTree #level3 li{
	font-weight:normal;
	list-style-type:none;
	list-style-image:url(images/bullet_4.gif);
}