BODY {
	background: #FFFFFF;
}
td {  
	font: 14px Tahoma, Arial; 
	color: #838181;
}

a {
	text-decoration: none;
	color: #000092;
}
.bg1
{
background: url(images/bg_gradient_12.gif) top repeat-x;
}

.hr {
color: #fff; border: 1px dotted #fff; border-style: none none dotted; 
}

.footer a {
	padding: 0px 10px;
}

.redtext {
	color: #712514;
}
.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #4C4C4C;
}
.greytext {
	color: #838181;
}
.greentext {
	color: #008A90;
}
.yellowtext {
	color: #EAF25E;
}
.orangetext {
	color: #F3800D;
}
.rosetext {
	color: #D6738F;
}
.bluetext {
	color: #000092;
}

p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #C0CDD1;
	font-weight: bold;
	margin: 0px;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
.px11 {
	font: normal 11px Tahoma, Arial;
}
.px10 {
	font: normal 10px Tahoma, Arial;
}

a.whitelink {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	text-decoration: none;	
}
a.blacklink {
	font: normal 11px Tahoma, Arial;
	color: #212B35;
	text-decoration: underline;
}
a.blacklink:hover {
	text-decoration:none;	
}

a.bluelink {
	color: #638FA9;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #F3800D;
	text-decoration: underline;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: none;	
}
a.greylink {
	color: #000092;
	font: normal 14px Tahoma, Arial;
	text-decoration: none;
}
a.greylink:hover {
	text-decoration: none;	
}

a.greenlink {
	color: #008A90;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.greenlink:hover {
	text-decoration: none;	
}
a.roselink {
	color: #FFEBCC;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.roselink:hover {
	text-decoration: none;	
}
a.yellowlink {
	color: #EAF25E;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.yellowlink:hover {
	text-decoration: none;	
}
  .gradientV{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #E2E0E0;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #E2E0E0, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#E2E0E0), to(#ffffff));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#E2E0E0', EndColorStr='#ffffff', GradientType=0);
  }


.footer a {
	padding: 0px 10px;
}