﻿.body 
{
	MARGIN: 0px; 
	margin-top:0px;
	BACKGROUND-COLOR: #dcdcdc;	
	TEXT-ALIGN: center
}
.mainbg
{
	background-image: url(images/bgrepeat.jpg);
	background-repeat: repeat-y;
}

.menubg
{
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
}
.headlinesbg
{
	background-image: url(images/bgheadlinescontent.jpg);
	background-repeat: repeat-y;
}

.heading {
	font-family: Tahoma;
	font-size: 24px;	
	color: #486986;
	text-decoration: none;
	font-weight:bold;
}
.heading1 {
	font-family: Tahoma;
	font-size: 22px;	
	color: #486986;
	text-decoration: none;
	font-weight:bold;
}
.small_heading {
	font-family: Tahoma;
	font-size: 12px;	
	color: #486986;	
	text-decoration: underline;
	font-weight:bold;
}
.small_heading2 {
	font-family: Tahoma;
	font-size: 12px;	
	color: #486986;	
	text-decoration: none;
	font-weight:bold;
}

.contentTEXT {
	font-family: Tahoma;
	font-size: 14px;	
	color: #000000;
	text-decoration:none;
	text-align :justify;
	line-height: 18pt;
	
}

.bottomTEXT {
	font-family: Tahoma;
	font-size: 12px;	
	color: #000000;
	text-decoration:none;
	text-align :justify;
	line-height: 18pt;
	
}

.emailLink {
	font-family: Tahoma;
	font-size: 14px;	
	color: #696969;
	text-decoration: none;	
}
.emailLink:link,visited,active {
	color: #000000;
	text-decoration: none;
}
.emailLink:hover {
	color: #000000;
	text-decoration: underline;
}

.termTEXT {
	font-family: Tahoma;
	font-size: 12px;	
	color: #24425c;
	text-decoration: none;	
	font-weight:bold;
}
.termTEXT:link,visited,active {
	color: #244222;
	text-decoration: none;
}
.termTEXT:hover {
	color: #244222;
	text-decoration: underline;
}

.headlines_contentTEXT {
	font-family: Tahoma;
	font-size: 12px;	
	color: #cd1d27;
	text-decoration:none;
	font-weight:bold;
	text-align :left;
	line-height: 18pt;
	padding-left:10px;
	
	
}


.sideLink {
	font-family: Tahoma;
	font-size: 12px;	
	color: #cd1d27;
	text-decoration:none;
	font-weight:bold;
	text-align :left;
	line-height: 12pt;	
}
.sideLink:link,visited,active {	
	color: #a00606;
	text-decoration:none;	
}
.sideLink:hover {	
	color: #a00606;
	text-decoration: underline;	
}

.b {
	font-family: Tahoma;
	font-size: 12px;	
	color: #a00606;
	text-decoration: none;
	font-weight:bold;
}
.b:link,visited,active {
	color: #a00666;
	text-decoration: none;
}
.b:hover {
	color: #a00666;
	text-decoration: underline;
}


.menu {
	font-family: Tahoma;
	font-size: 16px;	
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	background-image: url(images/menuselected.jpg);
	background-repeat: repeat-x;
}
.menu:link,visited,active {
	color: #143e64;
	text-decoration: none;
	background-image: url(images/menuselected.jpg);
	background-repeat: repeat-x;
	
}
.menu:hover {
	color: #143e64;
	text-decoration: underline;
	background-image: url(images/menuselected.jpg);
	background-repeat: repeat-x;
}

.texBOX
{
	border-color:#d8e1e7;
	background-color:#f4f3f3
}

.adjMenuZIndex 
{
    z-index: 100;
}
.lighttext
{
	font-size:small;
	color:GrayText;
	}