
body 
{
    font-family: Calibri, Arial, Helvetica, sans-serif; 
}



.basic
{
	font-size: 8pt;
	color: #333333;
}

.red { 
    font-size: 10pt; 
    color: #fe0505 ;
    font-weight: bold; 
    text-decoration: bold
    }

.header2    
{
    font-size: 10pt; 
    font-weight: bold; 
    color: gray; 
    background-color: white;}

.sss {
    border-top:solid;
    border-top-color:blue;
    border-width:1;
}

.menu  {  
    font-size: 10pt; 
    font-weight: bold; 
    }
    
.menu a {
    color:blue;
    text-decoration: none
    
}
.menu a:hover {
	text-decoration: underline overline; 
    color: red; 
}


.nameText {  
    /*font-family: Arial, Helvetica, sans-serif; */
    font-size: 10pt; 
    color: #fe0505; 
    font-weight: bold; 
    /*text-decoration: underline*/
}





.clear {clear:both}	
/* remove the list style */

.navlist
{
	padding: 0;
	list-style: none;
	font-size: 10pt;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	.navlist li
{
	border-width: 1px;
	border-color: #17375E;
	float: left;
	display: block;
	width: 120px;
	/*background-color: #F2F2F2;*/
	position: relative;
	z-index: 500;
	margin: 0 1px;
	border-left-style: solid;
}
		
	/* this is the parent menu */
	.navlist li a {
		display:block; 
		padding:8px 5px 0 5px; 
		height:23px; 
		text-decoration:none; 
		color:blue; 
		/*text-align:center; */
	}

	.navlist li a:hover {
		color:red;
	}
	
	/* you can make a different style for default selected value */
	.navlist a.selected {
		color:red;
	}
	
		/* submenu, it's hidden by default */
		.navlist ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		.navlist ul li {
			width:280px; 
			float:left; 
			border-top:1px solid #fff;
			background-color: #F2F2F2;
		}
		
		/* display block will make the link fill the whole area of LI */
		.navlist ul a 
		{
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:red;
		}
		
		.navlist ul a:hover {
			text-decoration:underline;	
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html .navlist ul {
	margin:0 0 0 -2px;
}

.titleSpan
{
	float: right;
	color: #FFFFFF;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	margin-right: 2em;

}

.quoteText
{
	font-size:8.0pt;
	color:#0070C0;
}

.quoteSource
{
	font-size:8.0pt;
	color:#7F7F7F;
}

.quoteCharacter
{
	font-size: 36pt;
	color: #7F7F7F;
	float:left;
}

.maincontentwrapper
{
	/*border:solid 2px #17375E; */
	border:solid 2px white; 
	width:100%;
}	

.maincontent
{
	padding: 1em;
	/*background-color: #F2F2F2;*/
	color: #333333;
	
}

.maincontent td
{
	font-size: 8pt;
	color: #333333;

}

maincontent h5
{
	color: #333333;
	font-size: large;
}


.bottommenu td a
{
	font-size: 8.0pt;
	color: #0070C0;
	text-decoration: none;
}

.bottommenu a:hover
{
	text-decoration: underline overline;
	color: #000099;
}


#makingManagementSimpler
{
	width:100%; 
	/*border:solid 2px #17375E; */
	border:solid 2px white; 
	background-color:#17375E; 
	height:40px; 
	padding-top:10px;
	margin-top:10px;
}

#ContactTable td
{
	padding: 10px;
}

#AddressesTable td
{
	padding: 10px;
}


