Body {
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	margin: 0px;
}

* {
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

A {
	color: #333333;
	text-decoration: none;
}

A:hover {
	color: #E2007A;
	text-decoration: underline;
}

.greyLink {
	color: #4C4C4C;
	text-decoration: none;
}

.text {
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

.divMenu {
	display: none;
	position: absolute; 
	border-left: 1px solid #CCCCFF;
	background-color: #FFFFFF;
}

.tdMenu {
}

.tdLeftMenu {
	width: 150px;
	background-color: #ECEDED;
}

.menu {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #4C4C4C;
	font-size: 11px;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	cursor: pointer;
	background-color: #FFFFFF;
	border-left: 1px solid #4C4C4C;
	white-space: nowrap;
}

.menu A {
	color: #4C4C4C;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.menu A:hover {
	color: #E2007A;
	text-decoration: none;
}

.menuSel {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #CCCCFF;
	font-size: 11px;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	cursor: pointer;
	background-color: #FFFFFF;
	border-left: 1px solid #4C4C4C;
	white-space: nowrap;
}

.menuSel A {
	color: #E2007A;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.menuSel A:hover {
	color: #E2007A;
	text-decoration: none;
}

.subMenu {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #4C4C4C;
	font-size: 11px;
	padding: 3px;
	padding-right: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #FFFFFF;
	min-width: 100px;
}

.subMenu A {
	color: #4C4C4C;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.subMenu A:hover {
	color: #CCCCFF;
	text-decoration: none;
}

.subMenuSel {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #CCCCFF;
	font-size: 11px;
	padding: 3px;
	padding-right: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #FFFFFF;
	min-width: 100px;
}

.subMenuSel A {
	color: #CCCCFF;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.subMenuSel A:hover {
	color: #CCCCFF;
	text-decoration: none;
}

.leftMenu {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #4C4C4C;
	font-size: 14px;
	padding: 3px;
	height: 40px;
	cursor: pointer;
}

.leftMenu A {
	color: #4C4C4C;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.leftMenu A:hover {
	color: #E2007A;
	text-decoration: none;
	font-weight: bold;
}

.leftMenuSel {
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #E2007A;
	font-size: 14px;
	padding: 3px;
	height: 40px;
	cursor: pointer;
}

.leftMenuSel A {
	color: #E2007A;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.leftMenuSel A:hover {
	color: #E2007A;
	text-decoration: none;
	font-weight: bold;
}

.mainTable {
	width: 800px;
	/*height: 100%;*/
	background-color: #FFFFFF;
}

.mainCol {
}

.header {
	height: 120px;
	border-bottom: 5px solid #CCCCFF;
}

.footer {
	font-size: 10px;
	padding: 5px;
	text-align: right;
	height: 20px;
	background-color: #FFFFFF;
}

.footer a {
	font-size: 10px;
}
	
.article  {
	color: #4C4C4C;
	font-size: 12px;
	/*height: 100%;*/
	padding: 0px;
	padding: 15px;
	background-color: #EDEDED;
}

.divArticle  {
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
