/* CCSTheme v 3.x */
/* General */

/* BEGIN Common */
body { 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
	}

.text { 
	color: #000000 
	}

a.menulink:link, a.menulink:visited { 
	color: #1d47c5;
	}

a.menulink:hover, a.menulink:active { 
	color: #f72525;
	}


a:link { 
	color: #1d47c5;
	}

a:visited { 
	color: #801313;
	}

a:hover,a:active { 
	color: #f72525;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 150%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 130%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Arial; font-size: 80%;
	}

td { 
	font-family: Arial; font-size: 80%;
	}

/* END Common */

.Menu {
	width: 100%;
	}

.Menu td { 
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #000000;
	padding: 4px;
	white-space: nowrap;
	}

.Menu a:link { 
	color: #ffffff;
	text-decoration: none;
	}

.Menu a:visited { 
	color: #ffffff;
	text-decoration: none;
	}

.Menu a:hover { 
	color: #ff0000; 
	text-decoration: none;
	}

.Menu a:active { 
	color: #ffffff; 
	text-decoration: none;
	}


.Footer {
	width: 100%;
	}

.Footer td { 
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #000000;
	padding: 4px;
	white-space: nowrap;
	}

.Footer a:link { 
	color: #ff0000;
	text-decoration: none;
	}

.Footer a:visited { 
	color: #ff0000;
	text-decoration: none;
	}

.Footer a:hover { 
	color: #ff0000; 
	text-decoration: underline;
	}

.Footer a:active { 
	color: #ff0000; 
	text-decoration: none;
	}




.Article th { 
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ff0000;
	color: #ffffff;
	white-space: nowrap;
	}

.Article td { 
	font-size: 80%;
	background-color: #eeeeee; 
	color: #000000;
	}

.Article a:link { 
	color: #1d47c5;
	}

.Article a:visited { 
	color: #1d47c5;
	}

.Article a:hover { 
	color: #f72525;
	}

.Article a:active { 
	color: #f72525;
	}



