/*vap STYLESHEET*/

A.link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial;
	font-size-adjust: none;
	font-stretch: normal;
}


A.link:Hover {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial;
	font-size-adjust: none;
	font-stretch: normal;
}


A.linkon {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial;
	font-size-adjust: none;
	font-stretch: normal;
}

A.bodylink {
	color : #006633;
	text-decoration : none;
	font-style: none;
	font-weight : normal;
	font-size : 14px;
	line-height : 18px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

A.bodylink:Hover {
	color : #CC9966;
	text-decoration : underline;
	font-style: none;
	font-weight : normal;
	font-size : 14px;
	line-height : 18px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

A.artlink {
	color : #069;
	text-decoration : none;
	font-style: none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

A.artlink:Hover {
	color : #C66;
	text-decoration : underline;
	font-style: none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

A.footerlink {
	color : #39C;
	text-decoration : none;
	font-style: none;
	font-weight : normal;
	font-size : 12px;
	line-height : 18px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

A.footerlink:Hover {
	color : #666;
	text-decoration : underline;
	font-style: none;
	font-weight : normal;
	font-size : 12px;
	line-height : 18px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

h1 {
	color : red;
	text-decoration : none;
	font-weight : bold;
	font-size : 28px;
	line-height : 18px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
}

h2 {
	color : 003300;
	text-decoration : none;
	font-style: Italic;
	font-weight : bold;
	font-size : 18px;
	line-height : 20px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
}

h3 {
	color : #930;
	text-decoration : underline;
	font-style: Italic;
	font-weight : normal;
	font-size : 14px;
	line-height : 12px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
}

h4 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	line-height : 12px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
}

TD.nav{
	color : #003300;
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

TD.form{
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	font-size : 14px;
	line-height : 24px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 0px;

}

TD.main{
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	font-size : 14px;
	line-height : 24px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 60px;

}

TD.art{
	color : #069;
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

TD.footer{
	color : #39C;
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote{
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 14px;
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;

}

ul.anchor {
	list-style-type : square;
	list-style-position : outside;
	list-style-image : url('images/anchor3.gif')
}


