/* CSS Document */
body, table, tr, td, div, p {font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a{
	color:#CC0000;
	text-decoration: none;
}
h1{
	font-size:16px;
	color:#999999;
	padding:0px 0px 3px 22px;
	margin-right:25px;
	border-bottom:3px solid #FF0000;
	background:url(templates/Original/images/m19.gif) no-repeat left -7;
}

/* (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_up.jpg);	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
.button_selected{
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_up.jpg);
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_up.jpg);
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #172692;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#666666;
	text-decoration: none;
}
.button_textSelected{
	font-size: 11px;
	text-decoration: none;
	color:#172692;
}
.button_textSelected:hover {
	color:#666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
/* (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: #000065;
	padding-left: 7px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
/* (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{ 
	font-weight:bold;
	padding-top:17px;
	background-image:url(images/side_div.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	padding:3px 0px 10px 5px;

}
/* (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;
}

