.lineVL{
	background-image : url(img/lineVL.gif);
	background-repeat : repeat-y;
	background-color : #000000;
}

.lineVR{
	background-image : url(img/lineVR.gif);
	background-repeat : repeat-y;
	background-color : #000000;
}

.barH{
	background-image : url(img/barH.gif);
	background-repeat : repeat-x;
	background-color : #000000;
}

.barVL{
	background-image : url(img/barVL.gif);
	background-repeat : repeat-y;
	background-color : #000000;
}

.barVR{
	background-image : url(img/barVR.gif);
	background-repeat : repeat-y;
	background-color : none;
}

.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #E8F8FA;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #E8F8FA;
}

/*---------- fonts ----------*/

body,td{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #E6E6E6;
}

.small{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 10px;
	color : #FFFFFF;
}

.red{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #DE5928;
}

.orange{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #FF6633;
}

.greySmall{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 10px;
	color : #666666;
}

input{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #FF6633;}
a:visited {text-decoration : none; color : #FF6633;}
a:hover {text-decoration : underline; color : #FFFFFF;}

a.email:link {text-decoration : none; color : #FFFFFF;}
a.email:visited {text-decoration : none; color : #FFFFFF;}
a.email:hover {text-decoration : none; color : #7A4201;}

a.bltoW:link {text-decoration : none; color : #000000;}
a.bltoW:visited {text-decoration : none; color : #000000;}
a.bltoW:hover {text-decoration : none; color : #FFFFFF;}

a.wtoOrange:link {text-decoration : none; color : #FFFFFF;}
a.wtoOrange:visited {text-decoration : none; color : #FFFFFF;}
a.wtoOrange:hover {text-decoration : none; color : #FF6633;}

a.orangetoW:link {text-decoration : none; color : #FF6633; font-size : 9px;}
a.orangetoW:visited {text-decoration : none; color : #FF6633; font-size : 9px;}
a.orangetoW:hover {text-decoration : none; color : #FFFFFF; font-size : 9px;}

a.link:link {text-decoration : none; color : #FF6633; font-size : 10px;}
a.link:visited {text-decoration : none; color : #FF6633; font-size : 10px;}
a.link:hover {text-decoration : underline; color : #FFFFFF; font-size : 10px;}


