﻿@charset "utf-8";

/*============================================ PRESENTATION STYLES ============================================*/
/* for ALL links */
a:link {color:#00F; text-decoration:none; font-weight:200;}
a:visited {color:#00F; text-decoration:none; font-weight:200;}
a:hover {color:#C30; text-decoration:underline; font-weight:200;}
a:active {color:#00F; text-decoration:none; font-weight:200;}


img {border: 0;}


/* for CrossBrowserMarquee2 scrolling text style*/
.vh3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
}
/* for CrossBrowserMarquee2 number of scrolling text style*/
.vspan {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#fff;
}

