body {

  font-family: "Times New Roman", Times, serif;
  margin:5px;
  background:url(images/backgrounds/fon_Line.png)  repeat-y fixed;

}

body table{
border: solid 0px;
padding: 0px;
background-color:#ffffff;
border-color:#000000;
width: 100%;
height: *;


	font:Arial,sans-serif;
	color: #000000;
	
}


table td {
	border: solid 0px;
}

a.glink{
  	font-size: 19px;
  	color: #000066;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #8FB8BC;
	border-left: 1px solid #8FB8BC;

}

a.glink:hover{
	background-image:url(images/glbnav/glblnav_selected.gif);
	text-decoration: none;
	color: #000099;
}


h1{
	font: bold 250% Arial,sans-serif;
	color: #006699;
	margin:0px;
	padding: 0px;
}
h2{
	font: bold 80% Arial,sans-serif;
	color: #003366;
	margin:0px;
	padding: 0px;
}
h3{
	font: bold 120% Arial,sans-serif;
	color: #003366;
	margin:0px;
	padding: 0px;
}
h4{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/*background-image: url(bg_nav.jpg);*/
	background-color: #DDEEFF;
	font-weight: bold;

	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #0099CC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{

	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#FF0000
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #ffffff;
}

#breadCrumb a:hover{
	color: #000000;
	text-decoration: underline;
}

/************ subglobalNav styles **************/


.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 100%;
		font-weight: bold;
	color: #eeeeee;
}

.subglobalNav a:hover{
	color: #000000;
	text-decoration:none;
	
}