/* CSS Document */
body,table,td,p
{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
}


.smallgrey
{
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
}

.heading
{
color: #4A419C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
}

.copycell
{
width:345px;
padding:10px;
vertical-align:top;
}

.bluebg
{
background-color:#4A419C;
}

.contacts
{
background-color:#4A419C;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
}

.topline
{
background-image:url(images/outline_top.gif);
background-repeat:repeat-x;
height:14px;
}

.btmline
{
background-image:url(images/outline_btm.gif);
background-repeat:repeat-x;
height:15px;
}

img
{
border:none;
}

a:visited
{ 
color: #666666;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #333333;
text-decoration: none;
font-weight: bold;
}
          
a:link
{ 
color: #666666;
text-decoration: none;
font-weight: bold;
}