/* CSS Document */
.product_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.product_table {

}
A{ 
	color: #FFFFFF; 
}

A:hover	{ 
	color: #FFFFFF;
	text-decoration: none;
}
A:active { 
	color: #FFFFFF; 
}
blue_A  {
	color: #000033; 
}

}
.title {
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
}
.subtitle{
	font-size: 18px;
}
h1 {
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	font-weight:bold;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000033;
	color: #FFFFFF;
	
}
.link_table{
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	background-color: #FF9900;
	text-align: center;
	font-weight: bold;
}
.top_head {
	background-color: #000033;
	font-weight: bold;
	color: #000033;
}
.side_nav{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000033;
}

.group_name {

	font-weight: bold;
}
.product_name {
}
.searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #000033 ; 
	border-color : #CCCCCC ; 
	color : #FFFFFF ; 
	font-size : xx-small ;
}

