body {
	background-repeat: repeat;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* @group TEXT CONTAINERS */

.parentDiv {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px;
}

.oneCol {
	width:760px; 
	margin: 20px;
}

.leftCol {
	width:500px; 
	border-right: 1px solid #000099;
	padding-right: 10px;
	margin: 20px;
}

.rightCol {
	position: absolute;

	width:200px; 
	margin: 10px;
}

.outdentDiv {
	text-indent: -10px;
	padding-left: 40px;
	padding-bottom: 8px;
}

.myPara {
	padding-bottom: 16px;	
}

/* @end */

/* @group TEXT */



body, div, span, td  {
  	font-family:arial, helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}

.myHeading {
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	margin-bottom: 0px;
	font-size: 13px;
}

.articleHead {
	font-weight: bold;
	color: #993300;
	margin-bottom: 0px;
	font-size: 15px;
}

.contactUS {
	margin-top: 15px;
	width: 95%;
	text-align: center;
	color: #330000;
}

.captionDiv {
	color: #0033CC;
	font-size: 11px;
	margin-top: 5px;
	line-height: 14px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.captionPara {
	color: #0033CC;
	font-size: 11px;
	line-height: 14px;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.outdentMini {
	color: #339933;
	font-size: 11px;
	text-indent: -10px;
	padding-left: 40px;
	padding-bottom: 8px;
}

.tableOutdent {
	color: #006633;
	font-size: 11px;
	text-indent: -8px;
	padding-left: 20px;
	padding-bottom: 8px;
}

.tableHead {
	color: #333333;
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;
	line-height: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.tableText {
	color: #666666;
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;
	line-height: 14px;
	margin-bottom: 5px;
}


/* @end */

/* @group LINKS */

a {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px; 
  color: #333333;
	text-decoration: underline;
}

a:visited { 
	color: #666666;
	font-size: 13px;
	/*text-decoration: underline;*/
}

a:hover { 
	color: #990000; 
	font-size: 13px;
	/*text-decoration: underline;*/
}

a.mini:link {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px; 
  color: #006600;
	text-decoration: underline;
}
  
 a.mini:visited { 
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

a.mini:hover { 
  	font-size: 11px; 
	color: #990000; 
}
/* @end */

.hRule {
	border-bottom: 1px solid #000099;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hRuleW {
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000099;
}

