/* ------------------------------------------------------- */
/* Standard Elements                                      */
/* ------------------------------------------------------- */

body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #404040;
}
	
body{
   background: #252D89;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   text-align:	center;
}

div#main {
	padding: 20px;
	margin:	0px auto;
	margin-top: 20px;
	background: white;
	border: medium ridge lightgray;
	border-bottom-width: medium;
	background-attachment: fixed;
	width: 630px;
	text-align: left;
	align: center;
}

/* ------------------------------------------------------- */
/* headings                                                */
/* ------------------------------------------------------- */

h2 {
	font-family : Verdana;
	font-size : 18;
}

h2.green {
	text-align:center;
	color: #008000;
	font-weight: bold;
}

h2.blue {
	text-align:center;
	color: #54699A;
	font-weight: bold;
}

/* ------------------------------------------------------- */
/* DIV tags                                                */
/* ------------------------------------------------------- */

div#top {
	position: absolute; top: 0px; left: 0px; margin-left: 0px;}
div#menu {
	position: absolute; top: 20px; left: 0px; margin-left: 0px; width: 144px;}

div.menu {
	color: #9C9EC6; border-top: 1px white solid; padding-left: 5px; font-size: 85%;  font-weight: 500;
	font-family : Verdana; hover:color: Silver; 
}
div.menutop {
	color: white; padding-left: 5px; font-size: xx-small;  font-weight: bold;}
div.menuhed {
	color: white; background: gray; border-top: 1px white solid;
	font-size : x-small;
	font-family : Verdana;
 }
div.bord, div.bordside {
	border: medium ridge lightgray; border-bottom-width: 0px; }
div.bord {
	border-right-width: 0px; }
	
/* ------------------------------------------------------- */
/* links                                                   */
/* ------------------------------------------------------- */
	
a.menu, a.menuhed {
	color: #DCDCDC; text-decoration: none; }
a.menu:hover {
	color: yellow; }
a.menuhed:hover {
	color: yellow; }
A:hover {
	BORDER-RIGHT: #000000;
	BORDER-TOP: #000000;
	BORDER-LEFT: #000000;
	COLOR: Navy;
	BORDER-BOTTOM: #000000;
	TEXT-DECORATION: none
}

/* ------------------------------------------------------- */
/* coloured text                                           */
/* ------------------------------------------------------- */

.bluesmall {
	COLOR: #404040;
	font-size: 70%;
}

.footertext
{
    font-size: 65%;
    COLOR: #79889B;
    font-weight: normal;
    TEXT-DECORATION: none
}

.forumtext
{
	font-size: 70%;
    COLOR: #79889B;
    font-weight: normal;
}

.bluetext
{
	font-size: 70%;
    COLOR: #79889B;
    font-weight: bold;
}

.forumtext2
{
	font-size: 70%;
   font-weight: normal;
}
.news
{
	font-size: 65%;
	color: #FFFF00;
   font-weight: normal;
}

.news1
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #A03860;
    TEXT-DECORATION: none;
    padding:5px;
}

.news2
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #0000C8;
    TEXT-DECORATION: none;
    padding:5px;
}

.news3
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #409060;
    TEXT-DECORATION: none;
    padding:5px;
}

.news4
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #AA4BB3;
    TEXT-DECORATION: none;
    padding:5px;
}

.news5
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #252D89;
    TEXT-DECORATION: none;
    padding:5px;
}

.news6
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #808080;
    TEXT-DECORATION: none;
    padding:5px;
}

.news7
{
	font-size: 10px; 
    font-weight: normal;
    font-family: Verdana, Arial, Helevicta;
    color: #FFFF00; 
    background: #000000;
    TEXT-DECORATION: none;
    padding:5px;
}

A.newslink
{
	color: #FFFF00; 
     TEXT-DECORATION: none;
}
A.newslink:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}
.redtext
{
	font-size: 70%;
    COLOR: #cc0000;
}
.greentext
{
	font-weight: bold;
    COLOR: #409060;
}
.whitebox
{
	font-size: 70%;
	font-weight: normal;
	border: 1px solid #cccccc;
	padding:10px;
	BACKGROUND-COLOR: #ffffff;
	COLOR: #5d6978;
}

