/* CSS Document */
body{
	background:#e0e0e0 url(images/background.jpg) top center fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.pageHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.pageText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.counterNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	border: thin solid #000000;
}
.faqQuestion {
	color: #334b98;
	font-size:14px;
	font-weight:bold;
	/*text-decoration:underline;*/
}
.lawQuestion {
	color: #334b98;
	font-size:16px;
	font-weight:bold;
	/*text-decoration:underline;*/
}
.courseName {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.coursePrice {
	color:#334b98;
	font-weight:bold;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.calendar_days {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.calendar_current_dates {
	font-size: 10px;
	font-style: normal;
	background-color: #F4F808;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: thin solid #F4F808;
}
.calendar_dates {
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.calendar_header {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #354EA2;
	border-right-color: #354EA2;
	border-bottom-color: #354EA2;
	border-left-color: #354EA2;
	background-color: #354EA2;
}
.calendar_arrow {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #354EA2;
	border-right-color: #354EA2;
	border-bottom-color: #354EA2;
	border-left-color: #354EA2;
	background-color: #354EA2;
	text-decoration:none;
}
a.calendar:link {color:#354EA2; font-weight:bold; font-size:11px; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a.calendar:visited {color:#354EA2; font-weight:bold; font-size:11px; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a.calendar:active {color:#354EA2; font-weight:bold; font-size:11px; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a.calendar:hover {color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a.calendar:focus {color:#354EA2; font-weight:bold; font-size:11px; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}