
.nav a{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	text-decoration : none;
	color: #699;
}

a:hover{color:#c00}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #666;
}

.titletext {font-family:Arial; font-size:13px; font-weight: bolder; color: #399;}

.iamhere a{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	text-decoration : none;
	color: #c00;
}

/* Rounded Corner CSS */
		.module { background: none; color: #99cccc; width: 740px; }
		.module .content { border: solid #99cccc; border-width: 0 1px; padding: 0px; }
		
		.module .cap { font-size: 1px; }
		.module .cap.top { background: #BFE0EA url(../images/corner-tl.gif) no-repeat left top; }
		.module .cap.top div { background: none url(../images/corner-tr.gif) no-repeat right top;  }
		.module .cap.top div div { margin: 0 3px; height: 4px; background: none; border-top: 1px solid #99cccc; }
		
		.module .cap.bottom { background: url(../images/corner-bl.gif) no-repeat left top; }
		.module .cap.bottom div { background: url(../images/corner-br.gif) no-repeat right top; }
		.module .cap.bottom div div { margin: 0 3px; height: 4px; background: none; border-bottom: 1px solid #99cccc; }
	


