/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a.gray:link {color: #333333; font-weight: bold; text-decoration: none;}
a.gray:active {color: #333333; font-weight: bold; text-decoration: none;}
a.gray:visited {color:#993366; font-weight: bold; text-decoration: none;}
a.gray:hover {color: #5d88a1; font-weight: bold; text-decoration: none;}

a.gray-u:link {color: #333333; font-weight: bold;}
a.gray-u:active {color: #333333; font-weight: bold;}
a.gray-u:visited {color:#993366; font-weight: bold;}
a.gray-u:hover {color: #5d88a1; font-weight: bold;}

a.blue:link {color: #5d88a1; text-decoration: none; font-weight:bold;}
a.blue:active {color: #5d88a1; text-decoration: none; font-weight:bold;}
a.blue:visited {color: #000000; text-decoration: none; font-weight:bold;}
a.blue:hover {color: #333333; text-decoration: none; font-weight:bold;}	
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	padding-right: 25px;
	}
	
.bodyText2 {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.bodyText3 {
	font:11px arial;
	color:#333333;
	}	
	
.bodyText4 {
	font:11px arial;
	line-height:24px;
	color:#333333;
	padding-right: 25px;
	border-right-style:dotted;
	border-right-width: 1px;
	border-right-color: #666666;
	}	
	
.bodyText5 {
	font:11px arial;
	line-height:24px;
	color:#333333;
	padding-left: 25px;
	}
	
	
	
	
.sidebar {
	font:12px arial;
	color:#FFFFFF;
	line-height: 20px;
	}
	
.bullet {
	list-style-image: url(images-newsite/bullet.gif);
	}

.footerText {
	font:11px arial;
	color:#FFFFFF;
	}

.descriptionText {
	font:11px arial;
	line-height:13px;
	color:#333333;
	}
	
.descriptionText2 {
	font:11px arial;
	line-height:18px;
	color:#333333;
	}	
	
.bodyTextHeader {
	font:11px arial;
	font-weight:bold;
	line-height:24px;
	color:#333333;
	}
	
.borders {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5d88a1;
	border-right-color: #5d88a1;
	border-bottom-color: #5d88a1;
	border-left-color: #5d88a1;
	padding: 5px;
}
.borders2 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5d88a1;
	border-right-color: #5d88a1;
	border-bottom-color: #5d88a1;
	border-left-color: #5d88a1;
	padding: 5px;
}
.borders3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFC49D;
	border-right-color: #CFC49D;
	border-bottom-color: #CFC49D;
	border-left-color: #CFC49D;
}

.border {
	border: 1px solid #5d88a1;
	margin: 0px;
	padding: 0px;
}


.background-news {
	background-attachment: fixed;
	background-image: url(images-newsite/news-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.background-header {
	background-attachment: fixed;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
