<?php header("Content-type: text/css"); ?>
<?php  require_once('includes/system_values.php'); 
$color_picker = "#ffffff" ; ?>
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.big_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.Description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.SubHeaderMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.SubHeaderBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	font-weight: bold; 
	color: #525252; 
}
.style4 {
	font-family: Arial, Helvetica, sans-serif
}
.style5 {
	font-size: 14px
}
body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background-color:#505050;
	text-align: center;
}
div.main{
	margin:30px auto; 
	width:600px;
}
table.sortable{
	border:0; 
	padding:0; 
	margin:0;
}
table.sortable td{
	padding:4px; 
	border-bottom:1px solid #000000;
}
table.sortable th{
	padding:4px;
}
table.sortable thead{
	background:#e3edef; 
	color:#333333; 
	text-align:left;
}
table.sortable tfoot{
	font-weight:bold; 
}
table.sortable tfoot td{
	border:none;
}
.style3 {
	font-size: 16px
}.announcetxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.birthday_blink {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
.birthday {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	text-align:center;
}

.scrollHead {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:36px;
	color:#00F;
	font-weight:bold;
	text-align:left;
}

.scrollBody {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:30px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
a {
	color:#00F;
	text-decoration:underline;
}
a:hover {
	color:#F00;
}
