html  {
	}

body    { 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x; 
	background-position: left top;
	}


/* main properties */
.productlink:visited  {
	font-weight: bold;
	color: #0D3692;
	text-decoration: none
}

.productlink:link  {
	font-weight: bold;
	color: #0D3692;
	text-decoration: none;
	font-size: 11px;
}

.productlink:hover  {
	font-weight: bold;
	color: #F20017;
	text-decoration: underline;
	font-size: 11px;
}

a:visited  {
	font-weight: bold;
	color: #0D3692;
	text-decoration: none
	}
	
a:link  {
	font-weight: bold;
	color: #0d3692;
	text-decoration: none}
	
a:hover  {
	font-weight: bold;
	color: #F20017;
	text-decoration: underline
	}
	
#main-text  { 
	padding: 0 50px 0 25px;
	}
	
term {
	color: 0D3692;
	font-weight: bold;
	font-style: italic;
	cursor: help;
	border: none;
	}
	
td  {
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
p  {
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.p2	{
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	border-top: solid 4px #A4B0C8;
	padding-top: 5px;
	}

.p3	{
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-left: 5px;
	}

.p4	{
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1  {
	color: F20017;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 26px;
	padding-bottom: -10px
	}

h2  {
	color: 000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	}


/* side-nav properties */
#side-nav ul {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	line-height: 15px;
	}
#side-nav ul li {
	padding: 3px 0px 3px 0px;
	margin: 0;
	font-size: 12px;
	border-bottom: dotted 1px #A4B0C8;
	}
#side-nav li:hover {
	border-bottom: dotted 1px #3F5671;
	}
#side-nav {
	font-style:italic;
	color: #A4B0C8;
	margin-bottom: 8px;
	padding: 0 25px;
	}
#side-nav li  { 
	padding-top: 10px; 
	}
#side-nav a:link, #linkList #lselect a:visited { 
	display: block;
	color: #0D3692;
	text-decoration:none;
	}
#side-nav a:hover { 
	color: #F20017;
	text-decoration: none;
	}
.normal  {
	color: 0D3692;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
.title  {
	color: 0D3692;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
.error  {
	color: #FF0000;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}

