body {
    padding: 0px;
    margin: 0px;
    background-color: #DDDDDD;
}
body, th, td, ul, li, input, textarea, select, a, legend  {
    font-family: Verdana, Tahoma, 'segoe ui';
    font-size: 11px;
}
a {
    font-size: 11px;
    color: red;
}
legend {
    font-weight: bold;
    font-size: 13px;
}
fieldset {
    border: 1px solid #3A4E80;
}
.inlineimg { 
    vertical-align: middle; 
}
.header_title {
    font-family: "Arial", Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.header_desc {
    color: #3a4e80;
    font-size: 12px;
}
.pathlink {
    padding: 3px 0px 3px 5px;
    font-size: 1.0em;
    background-color: #eee;
}

.nav1 {
	font-weight : bold;
	color : #000000;
	text-decoration: none;
}

.nav2 {
	color: #000000;
	text-decoration: underline;
}

.nav3 {
	color: #000000;
	text-decoration: none;
}

.nav3:hover {
	color: #000000;
	text-decoration: underline;
}

.product_link {
	font-size: 14px;
	font-weight: bold;
	color: #105CB6;
}

.product_link2 {
	font-size: 10px;
	text-decoration: none;
	color: #EE0000;
}

.product_link2:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #EE0000;
}

.news_link1 {
	color: #BC0000;
	text-decoration: none;
}

.news_link1:hover {
	color: #BC0000;
	text-decoration: underline;
}

.news_link2 {
	color: #0059A5;
	text-decoration: none;
	font-weight: bold;
}

.error_message
{
	background-color: #F9DCBA;
	font-family		: Tahoma, Arial, Verdana, Geneva, Lucida, 'lucida grande', Helvetica, Sans-Serif;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: none;
	color			: #993333;
	border			: 1px solid #F1AC7E;
	padding			: 8px;
}

.info_message
{
	background-color: #E6ECFF;
	font-family		: Tahoma, Arial, Verdana, Geneva, Lucida, 'lucida grande', Helvetica, Sans-Serif;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: none;
	color			: #003399;
	border			: 1px solid #003399;
	padding			: 8px;
}
