BODY {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color : #FFD7F1;
  margin: 0px
}

H1{
  font-size: 12px;
	color : #000099;
}
H2{
  font-size: 10px;
	color : #000099;
}

.black_text{
  font-size: 10px;
	color : #000000;
}

A {
	text-decoration: none;
	color: Fuchsia;
	font-size : 10px;
}

A:HOVER {
	color: red;
	text-decoration: none;
	font-size : 10px;
}

.body_main {
	background-color: White;
	border : thin solid #000000;
margin-left: auto;
margin-right: auto;
}

.nav_main {
	font-size : 14px;
	padding-top: 15px;
	background-image : url(../images/nav_button.gif);
	background-repeat : no-repeat;
	height: 40px;
    vertical-align: top;
	color : White;
	width : 115px;
	text-align : center;
	font-weight : bold;
}
A.link_nav_main {
	color: white;
	text-decoration: none;
		font-size : 14px;
}

A.link_nav_main:HOVER {
	color: #EB009A;
	text-decoration: none;
		font-size : 14px;
}

.left_nav {
	padding-top: 10px;
	height: 35px;
	width : 240px;
    vertical-align: top;
	font-size : 14px;
	text-align : left;
	font-weight : bold;
	background-image : url(../images/left_nav.jpg);
	background-repeat : no-repeat;
		color: white;

}



a.left_nav_link {
	width : 240px;
	padding-top: 10px ;
	height: 35px;
	padding-left: 40px ;
	color : White;
		font-size : 14px;
}


a.left_nav_link:HOVER  {
	width : 240px;
	height: 35px;
	padding-top: 10px ;
	padding-left: 40px ;
	color : #EB009A;
		font-size : 14px;
}

.cell_purple {
	font-size : 14px;
	padding-top: 5px;
	padding-left: 10px;
	background-image : url(../images/purple_grad.jpg);
	background-repeat : repeat-y;
	height: 30px;
    vertical-align: top;
	color : White;
	width : 240px;
	text-align : left;
	font-weight : bold;
}

.cell_pink {
	font-size : 14px;
	padding-top: 5px;
	padding-left: 10px;
	background-image : url(../images/pink_grad.jpg);
	background-repeat : repeat-y;
	height: 30px;
    vertical-align: top;
	color : White;
	width : 240px;
	text-align : left;
	font-weight : bold;
}

.cell_white {
	font-size : 14px;
	padding-top: 5px;
	padding-left: 10px;
    vertical-align: top;
	width : 240px;
	text-align : left;
}

TD.layout_cell {
	border : thin solid #FCB7EE;
}






.nav_sub_header {
	font-size : 14px;
	padding: 0px;
	height:25px;
    vertical-align: bottom;
	background-color: White;
	background-image : url(../images/grey/sub_nav_tab.gif);
}


.nav_sub {
	font-size : 12px;
	padding: 5px;
	height:10px;
    vertical-align: middle;
	background-color: White;
	border-bottom : thin solid #BBBBBB;
	border-left : thin solid #BBBBBB;
	border-right : thin solid #BBBBBB;
		border-top : none;
}

.input_std {
	background-color: White;
	border : thin solid #DDDDDD;
}
.nav_pulldown {
	background-color: White;
	border : thin solid #DDDDDD;
}

.category_header {
	background-color: White;
	border : thin solid #DDDDDD;
}
.white_text {
	color:white
}


.black_text{
  font-size: 10px;
	color : #000000;
}

