body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/home_bg.gif);
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.black10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #000000;
}
.boldblack10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
}
.boldblack11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
}
.boldblack12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
}

.red10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color: #9C0818;
}
.red11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #9C0818;
}
.red12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #9C0818;
}
.boldred10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	color: #9C0818;
}
.boldred11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	color: #9C0818;
}
.boldred12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #9C0818;
}
.boldred14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #9C0818;
}
.boldwhite12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}

.bg_white {
	background-color: #FFFFFF;
}
.bg_paleyellow {
	background-color: #FAEFC2;
}
.bg_red {
	background-color: #9C0818;
}
.bg_palered {
	background-color: #F6CFCF;
}
.bg_verypalered {
	background-color: #F6E7EA;
}
.bg_yellow {
	background-color: #EEC835;
}
.bg_black {
	background-color: #000000;
}
.bg_lightgray {
	background-color: #CCCCCC;
}
.bg_dkgray {
	background-color: #999999;
}

.minicalendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}

.eventBigDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 45px;
	color: #9C0818;
}

.contentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	padding: 5px;
	background: #FAEFC2;
	width: 95%;
	margin-left: auto; 
	margin-right: auto;
	text-align : center;  /* For IE */ 
}

/*Added Styles to support smoke screen div and iframe in header */
.smokeScreen {
	background-color: #000000;
	opacity: 0.5; 
	filter: alpha(opacity=50);
	z-index: 100;
	width: 100%;
	height: 100%;
	position: absolute; 
	display: none;
}

.smokeScreenIframe {
	opacity: 0.1;
	filter: alpha(opacity=10);
}