/* Start of CMSMS style sheet 'Site CSS' */
body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  color: #EEE;
}

p { 
	color: #000;
  	font: 10px verdana, arial, sans-serif;  	
  	padding-top: 10px !important;
  	padding-top: 3px;
  	padding-bottom: 10px !important;
  	padding-bottom: 3px;
}

a.blue {  color: #0A7CAE;   font-size:11px;   font-weight:bold; text-decoration:none}
a.blue:visited {   color: #0A7CAE;    font-size:11px;   font-weight:bold; text-decoration:none }
a.blue:hover {   color: #0A7CAE;    font-size:11px;   font-weight:bold; text-decoration:underline }

a.white {  color: #ffffff;   font-size:11px;   font-weight:bold; text-decoration:none}
a.white:visited {   color: #ffffff;    font-size:11px;   font-weight:bold; text-decoration:none }
a.white:hover {   color: #ffffff;    font-size:11px;   font-weight:bold; text-decoration:underline }

a.topmenu {  color: #ffffff;   font-size:11px;   font-weight:normal; text-decoration:none}
a.topmenu:visited {   color: #ffffff;    font-size:11px;   font-weight:normal; text-decoration:none }
a.topmenu:hover {   color: #ffffff;    font-size:11px;   font-weight:normal; text-decoration:underline }

a.black {  color: #000;   font-size:10px;   font-weight:normal; text-decoration:none}
a.black:visited {   color: #000;    font-size:10px;   font-weight:normal; text-decoration:none }
a.black:hover {   color: #000;    font-size:10px;   font-weight:normal; text-decoration:underline }

a {  color: #6553F0;   font-size:12px;   font-weight:bold; text-decoration:none}
a:visited {   color: #6553F0;    font-size:12px;   font-weight:bold; text-decoration:none }
a:hover {   color: #6553F0;    font-size:12px;   font-weight:bold; text-decoration:underline }

h1 {
  margin-top: 0.1;
  margin-bottom: 0.1;  
  font-size:10px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0.1;
  margin-bottom: 0.1;  
  font-size:10px;
  text-transform: uppercase;
  color: #1876A0;
}

h3 {
  clear: both;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}


/* End of 'Site CSS' */

