﻿/* CSS Document */

body {
margin-top:0;
margin-bottom:0;
margin-left:0;
}

/* link styles */

a {
color:#0066FF;
text-decoration:none;
}

a:hover {
color:#0066FF;
text-decoration:underline;
}

a.white {
color:#FFFFFF;
text-decoration:none;
}

a.white:hover {
color:#CCCCCC;
text-decoration:none;
}

a.mainmenu {
color:#990000;
font-size:13px;
text-decoration:none;
font-weight:bolder;
}


/* tag styles */

td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.white {
color:#FFFFFF;
}

span.menu {
line-height:18px;
}

span.details {
line-height:20px;
}

.contactheader {
color:#990000;
font-size:16px;
font-weight:bold;
}