a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
		color: #990000;
}
a.menu:link {
	color: #000000;
}
a.menu:visited {
	color: #000000;
}
a.menu:hover {
	color: #000000;
}
a.menu:active {
		color: #000000;
}
B:link {
	color: #ffffff;
}
B:visited {
	color: #ffffff;
}
B:hover {
	color: #ffffff;
}
B:active {
	color: #ffffff;
}

.arial10
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.powered
{
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.arial12
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.verdana12
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.verdana11
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.verdana12red
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
}
.verdana10red
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
}
.verdana12white
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
.arial14
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.emarketbutton
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ff9900
}
.addservicebgcolour
{
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #ffcccc
}
.servicebutton
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #993366
}
.fields
{
    BORDER-RIGHT: 1px dashed;
    BORDER-TOP: 1px dashed;
    BORDER-LEFT: 1px dashed;
    BORDER-BOTTOM: 1px dashed;
    BACKGROUND-COLOR: #ffcccc
}
.buttons
{
    BORDER-RIGHT: 1px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 1px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: 1px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 1px;
    BACKGROUND-COLOR: #ffcccc
}
.linkonred
{
    COLOR: #ffffff
}
.arial10red
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.arial10blue
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #0000cc;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.chromestyle{
width: 100%;
height:100%;
font:normal 13px Arial;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif);
background-repeat:repeat-x;
height:30px;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #8E0701;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #c3c3c3; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c3c3c3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:15px;
z-index:100;
background-color: white;
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c3c3c3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c3c3c3;
}