/* Setting the Back Ground Color & Picture */
body
{ 
background-image: 
url('../images/-PageBack.jpg');
background-repeat: repeat-y;
background-position: Center;
}

/* Setting the Properties of Menu Hyperlinks */
a.menu:link {color: #325B31}
a.menu:visited {color: #325B31}
a.menu:hover {color: #50924E}}
a.menu:active {color: #50924E}}
a.menu {
text-decoration: none;
}


/* Setting the Properties of Bodylink Hyperlinks */
a.Bodylink:link {color: #333333}
a.Bodylink:visited {color: #333333}
a.Bodylink:hover {color: #333333}
a.Bodylink:active {color: #333333}
a.Bodylink{
text-decoration: none;
margin-left: 15px; 
margin-right: 15px;
font-color: #FFFFFF;
font-size: 11px;
font-family: Tahoma;
}






p.menu{
text-align: right
margin-left: 15px; 
margin-right: 15px;
font-color: #B30101;
font-size: 11px;
font-family: Tahoma;
font-weight: bold
}

/* Setting the Properties of News Title */
a.rednewstitle:link {color: #FFFFFF}
a.rednewstitle:visited {color: #FFFFFF}
a.rednewstitle:hover {color: #FFFFFF}
a.rednewstitle:active {color: #FFFFFF}
a.rednewstitle{
text-decoration: none;
margin-left: 15px; 
margin-right: 15px;
font-color: #FFFFFF;
font-size: 11px;
font-family: Tahoma;
font-weight: bold
}

/* Setting the Properties of Top News Hyper Link */
a.topnewslink:link {color: #333333}
a.topnewslink:visited {color: #333333}
a.topnewslink:hover {color: #d89100; text-decoration: underline}
a.topnewslink:active {color: #333333}
a.topnewslink{
text-decoration: none;
margin-left: 15px; 
margin-right: 15px;
font-color: #B30101;
font-size: 11px;
font-family: Tahoma;
font-weight: bold
}

/* Setting the Properties of Title Text */
p.title {
font-family: Tahoma;
margin-left: 15px; 
margin-right: 15px;
margin-bottom: 5px;
font-size: 11px;
line-height: 150%;
color: #325B31;
text-align: Justify;
text-decoration: underline;
font-weight: Bold
}


/* Setting the Properties of Body Text */
p.body {
font-family: Tahoma;
margin-left: 15px; 
margin-right: 15px;
margin-top: 5px; 
margin-bottom: 5px;
font-size: 8pt;
line-height: 150%;
color: #333333;
text-align: Justify

}

p.bodyinred {
font-family: Tahoma;
font-size: 11px;
line-height: 150%;
color: #FFFFFF;
text-align: Justify;
margin-left: 15px; 
margin-right: 15px;
margin-top: 5px; 
margin-bottom: 5px
}