/* CSS Document */
body, table, tr, td, div, p {font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif;}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a{
	color:#666666;
	text-decoration: none;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_bkg.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
}
.button_selected{
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_bkg.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_bkg.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
.button_textSelected{
	font-size: 11px;
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}
.button_textSelected:hover {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #333333;
}
/* (CM) Footer text */
.footer_text {
	color:#333333;
	font-size: 11px;
	text-decoration: none;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#999999;
	text-decoration: none;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #FFFFFF;
	padding-left: 10px;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom:12px;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	padding:10px 0px 10px 0px;
	text-align:center;
}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 12px;
}
/* (CM) Curent Selected Page in Reltated Links related link  */
.navpage{
	font-weight:bold;
}


