/* classes for news */

.newscontainer {
	width: 100%;
}
.newscontainer #newsside {
	float: left;
	width: 150px;
}
.newscontainer #newsContent {
	float: right;
	margin: 20px;
}
.newsstyle1 {
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFFFFF;
}
.newsstyle3 {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-position: right;
	text-align: right;
}
.newsstyle4 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
}
.newsexttable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background-color: #FFFFFF;
    color : Black;
    background-color : #DCDCDC;
}

.newstitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #F0F0F0;
    font-weight : bold;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}

.newstitlelink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #F0F0F0;
    font-weight : bold;
	text-decoration : none;
}

:hover.newstitlelink {
    color : Black;
	text-decoration : underline;
}

.newsdate {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #00008B;
    background-color : #F0F0F0;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #FAFAFA;
}

.newspostedbylink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #FAFAFA;
	text-decoration : none;
}

:hover.newspostedbylink {
    color : #333333;
	text-decoration : none;
}

.newstext1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #333333;
    background-color : White; text-align:justify
}

.newstext2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #333333;
    background-color : White; text-align:justify
}

.newsfooter {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #F0F0F0;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}

.newsfooterlink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #F0F0F0;
	text-decoration : none;
}

:hover.newsfooterlink {
    color : #333333;
	text-decoration : underline;
}

.newsgap {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #F0F0F0;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}
