/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Ms sans Serif;
	font-size: 13px;
}
a:link {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #FB7203;
	text-decoration: none;
}
a:active {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #495843;
	text-decoration: none;
}
.main {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
table {
	font-family: Ms sans Serif;
	font-size: 13px;
}
.style2 {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #000000;
}
.style3 {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #ffffff;
}
a#topmenu:link {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #C5BD8C;
	text-decoration: none;
}
a#topmenu:visited {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #C5BD8C;
	text-decoration: none;
}
a#topmenu:hover {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #EDF0D5;
	text-decoration: underline;
}
a#topmenu:active {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #EDF0D5;
	text-decoration: none;
}
a#leftmenu:link {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a#leftmenu:visited {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a#leftmenu:hover {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a#leftmenu:active {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a#whitebg:link {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #3399CC;
	text-decoration: underline;
}
a#whitebg:visited {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #3399CC;
	text-decoration: underline;
}
a#whitebg:hover {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
a#whitebg:active {
	font-family: Ms sans Serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}.minitext {
	font-family: Ms sans Serif;
	font-size: 12px;
	color: #666666;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.boxout {
  color: #ffffff;
  background-color: #ffffff;
}
.boxout a:link, .boxout a:visited {
  text-decoration: underline;
  color: #710000;
  background-color: transparent;
}
.boxout a:hover, .boxout a:active {
  text-decoration: underline overline;
  background-color: #000000;
  color: #FF0000;
}


.clmonth {
	border-collapse: collapse;
}
.clmonth caption {
	text-align: left;
	font: bold 110% Georgia, "Times New Roman", Times, serif; 
	padding-bottom: 0.4em;
}
.clmonth th {
	border: 1px solid #AAAAAA;
	border-bottom: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #CCCCCC;
	color: #3F3F3F;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.clmonth td {
	border: 1px solid #EAEAEA;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.clmonth td.active {
	background-color: #B1CBE1;
	color: #2B5070;
	border: 2px solid #4682B4;
}