body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #0D141E;
	color: #CECFCF;
	text-align: center;
	margin: 0;
	padding: 0;
	}

table	{
		font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size:14px;
        color:CECFCF
		}


.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
    font-size: 15;
    color: white;
    padding: 5px,5px,5px,5px;
    background: #FFF repeat-x url(backtitle.gif) top;
    }

.links, .links:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
    font-size: 13;
    color: #0256AA;
    padding: 1px,1px,1px,15px;
    background: white;
    }

.links:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
    font-size: 13;
    color: #D20418;
    padding: 1px,1px,1px,25px;
    background: white;
    }

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
    font-size: 25;
    text-align: left;
    color:#C4C4C4;
	}
h2 {
	font-size: 1.6em;
    color:#C4C4C4;
	}
h3 {
	font-size: 1.3em;
    color:#C4C4C4;
	}

h4 {
	font-size: 1.1em;
    color:#333;
	}

a, a:visited {
	color: #4995FD;
	text-decoration: none;
	}

a:hover {
	color: #FC6EA7;
	text-decoration: underline;
	}