/* General Type Styles */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}


p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p.bold 
{
	font-weight:bolds;
}


h2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #D2D4E9; 
	font-weight: bold;
	
}

h1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight:bold;
}

h3 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	font-weight:bold;
}

a.sublink
{
font-size:12px;
font-style:normal
text-transform:none;
}

a 
{
color:#D2D4E9;
text-decoration:underline;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
}

a:link {
	color: #D2D4E9;
}
a:visited {
	color: #D2D4E9;
}
a:active {
	color: #D2D4E9;
}
a:hover {
	color: #DEE8F6;
}


/* Section Specific Styles */
/* Current Events */
p.date {
	font: normal 12px/0px Arial, Helvetica, sans-serif;	
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li.newsList 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* Community */
li.comSupportList
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold; 
}

li.comSupportList a
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold; 
}



.maj {  
	font-family: arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 24px; 
	font-weight: normal; 
	color: #FFFFFF
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/* 	 */line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a:link {
	color: d9d5f4;
	text-decoration: underline;
}
a:hover {
	color: #CCFFFF;
}

