/* CSS Document */
body {
	margin: 15px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* links */
.type3:link  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:active  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.type1:link  {
	font-family: Arial;
	font-size: 11px;
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}

.type1:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}

.type1:active  {
	font-family: Arial;
	font-size: 11px;
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}

.type1:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

.type2:link  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.type2:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.type2:active  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.type2:hover {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

/* Overal table */
.outline {
  border: 1px solid #F49AC1;
  font-family: Arial;
  font-size: 12px;
}

/* For top links */
#buttons {
	float: left;
	width: 945px;
  	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 21px;
}

ul#mainlevel-nav li
{
	background: url(top1.jpg) no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	width: 135px;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #CC3366;
	background: url(top1.jpg) no-repeat;
	width: 135px;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #0000FF;
	background: url(top2.jpg) no-repeat;
}

/* For nav links to have no list style */
ul
{
margin: 0;
padding: 0;
list-style: none;
}

/* For right */
#right_outer {
	margin-left: 0px;
	width: 130px;
}

#right_inner {
  float: none !important;
  float: left;
  padding: 2px;
}

/* For right class*/
table.moduletable th, div.moduletable h3 {
	color: #993399;
	text-align: left;
	padding-left: 3px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}   /*background: url(subhead_bg.jpg) no-repeat;*/


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* For right class*/
table.moduletable th, div.moduletable h4 {
	color: #000000;
	text-align: left;
	padding-left: 3px;
	height: 11px;
	line-height: 11px;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 5px 0;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}


/* For mainbody */
#body_outer {
	padding: 1px;
	width: 575px;
	margin-left: 0px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* Content heading */
.contentheading {
	color: #CC3366;
	font-weight: bold;
	font-size: 12px;
}

/* heading */
.heading {
	color: #CC3366;
	font-weight: bold;
	font-size: 15px;
}

.bottomheading {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
