@charset "UTF-8";
/* CSS Document */

body {
	background-color:#B7C7D7;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	color: #000000;
}



/* text properties */


.textXL {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000000;
}


.textLG {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}

.textMD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.textSM {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}




.textExtraLine {
	line-height: 1.5em;
}




.textRedXL {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FF0000;
}


.textRedLG {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FF0000;
}

.textRedMD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
}

.textRedSM {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
}





/* Twitter */

#twitter_update_list li { 
	list-style-type: none;
	padding: 0;
	margin-left: 0; 
	font-size: 10px;  
	border-bottom: 20px solid #E4F2FD; 
}


#twitter_update_list li:first-child { 
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 10px; 
	
}




/* navigation */

a:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
}



/* navigation Red Small */

.navRedSM a:link {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.navRedSM a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}

.navRedSM a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FF0000;
}

.navRedSM a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}


/* navigation Black Small */

.navBlackSM a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.navBlackSM a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.navBlackSM a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}

.navBlackSM a:active {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}