body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	margin-top:30px;
	margin-bottom:20px;
	background-repeat: repeat;
	background-position: center;
	background-color: #EFEFEF;
}
.table_cell{
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87110F;
	height: 20px;
	
}

.container {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B42025;
	border-left-color: #B42025;
	background-repeat: no-repeat;
}

.black {
	background-color: #000000;
}
.new_border {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}



.title_td{
	background:#000000;
	height: 80px;
	width: 759px;
}
/*
.container{
	cellspacing:0px;
	cellpadding:0px;
	border:none;
}*/
.conatainer_white
{
	color: #333333;
	width: 759px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
/*td at the bottom*/
.bottom {
	background-color: #B42025;
	background-repeat: no-repeat;
}

.bottom_left {
	background-color: #B42025;
	background-image: url(../images/bottom_left.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 17px;
	width: 17px;
}
.bottom_right {
	background-repeat: no-repeat;
	text-align: right;
	height: 17px;
	width: 17px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/*td at the bottom*/
/*top td*/
.top {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 17px;
	width: 725px;
}
.top_left {
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
}

.top_right {
	background-repeat: no-repeat;
	text-align: right;
	height: 17px;
	width: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #B42025;
	background-repeat: no-repeat;
	background-position: right;
}

.upper_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: left;
}


/*Style for calendar*/

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}


.style1 {
	color: #B00000;
	font-weight: bold;
}
.conatainer_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #970000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C0C0C0;
	text-transform: uppercase;
}
.conatainer_box {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCCCCC;
}


.upper_link a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.new_tr {
	background-color: #F3F3F3;
}

.upper_link a:hover {
	color: #CCCCCC;
	text-decoration: underline;

}

.upper_link a:visited {
	color: #CCCCCC;

}

.upper_link a:active {
	color: #FFFFFF;

}
.comment_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #87110F;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-style: oblique;
}
.img_border {
	border: 1px solid #FFFFFF;
}

.content_container {
	padding-right: 10px;
	padding-left: 10px;
}
.contrast {

	background-color: #A31D20;
}
a:link {
	color: #AC1A15;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:active {
	color: #87110F;
}
.bars {
	background-image: url(../images/bars.jpg);
	background-repeat: no-repeat;
}
