/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/bg.jpg) left top #505050;
}

.main_table
{
background-color:#505050;
color:#CCCCCC;
}

/* CSS Background image Document */
.body_bg
{
background:url(../images/body_bg.jpg) left top repeat-x;
}

.body_line
{
background:url(../images/body_line.bmp) left center  repeat-x;
height:20px;
}

.ptitle{
	font-variant:small-caps;
}


/* CSS Text Document */
body{
	font-family: Verdana, Times New Roman,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}

.menu_link{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}


.journal{color: WhiteSmoke;}
.journal:visited{color: lightblue; }
.journal:hover{color: #cc0000; }

.author{}


.separator{	
        font-family: "Lucida Calligraphy";
	font-size: larger;
	font-style: italic;
	font-weight: bold;
	color: Peru;
	text-decoration: none;
}
	

.headerlink{color: WhiteSmoke; }
.headerlink:visited{color: lightblue; }
.headerlink:hover{color: #cc0000; }


.headername{font-size:x-large; font-weight: bold;}


.newstitle{
	font-size: larger;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #515151;
	background-color:inherit;
	text-decoration: none;
}

.newsbody{
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #515151;
	background-color:inherit;
	text-decoration: none;
}

li {
        margin-top: 5px;
}
