.height {
	height:100%;
}
.topbg {
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.botbg {
	background-image: url(../images/botbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.leftbg {
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightbg {
	background-image: url(../images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.footer {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #7d7a75;
	font-weight: bold;
}
.LoginTxt {
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.Content {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #7a7669;
}
.newssep {
	background-image: url(../images/newssep.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
a.Linktxt:link {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration:none;
}
a.Linktxt:hover {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration:underline;
}
a.Linktxt:visited {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration:none;
}

a.Headerlinktxt:link {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00bbe7;
	text-decoration:none;
}
a.Headerlinktxt:hover {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00bbe7;
	text-decoration:underline;
}
a.Headerlinktxt:visited {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00bbe7;
	text-decoration:none;
}

a.more:link {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:none;
}
a.more:hover {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}
a.more:visited {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:none;
}

.navContent {
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5f5041;	
}
.RedContent {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;	
}
.textfieldlogin {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	width: 181px;
}
.textBoxSignUp {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	width: 181px;
}
a {
	font-family:Arial,sans-serif;
	font-size: 12px;
	color:#666;
}
a:link {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration:none;
}
a:hover {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration:underline;
}
a:visited {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration:none;
}