/* CSS Document */


<!--
a {
		text-decoration:none;
}

.body {
        font-size:11px;
        font-weight:normal;
        font-family:Verdana;
        line-height:20px;
        color:#666666;
}

.bodybold {
        font-size:14px;
        font-weight:bold;
        font-family:Verdana;
        line-height:20px;
        color:#666666;
}

.nav {
        font-size:11px;
        font-weight:bold;
        font-family:Verdana;
        line-height:20px;
        color:#666666;
}

.bodysmall {
        font-size:9px;
        font-weight:normal;
        font-family:Verdana;
        line-height:16px;
        color:#666666;
}

.tablerow {
        font-size:9px;
        font-weight:normal;
        font-family:Verdana;
        line-height:16px;
        color:#666666;
		background-color: #cccccc;
}

.tableheader {
        font-size:14px;
        font-weight:bold;
        font-family:Verdana;
        line-height:20px;
        color:#666666;
		background-color: #f8e7eb;
}

.error_message
{
	color:#FF0000;
}

a:hover {color:#b60e31;}

-->
