
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

body {
	background: #DBDBDB url(../images/bg_main.gif) repeat-y center top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
.BreadCrumbBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.BreadCrumbGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.BreadCrumbGray a:link {
	color: #999999;
	text-decoration: none;
}
.BreadCrumbGray a:visited {
	text-decoration: none;
	color: #999999;
}
.BreadCrumbGray a:hover {
	text-decoration: underline;
	color: #999999;
}
.BreadCrumbGray a:active {
	text-decoration: none;
	color: #999999;
}

.TitleBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000066;
}
.TitleBlueGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
}
.ProjectsTitleBlack {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.ProjectsSubtitleGray {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.ProjectsSubtitleGray a:link {
	color: #666666;
	text-decoration: none;
}
.ProjectsSubtitleGray a:visited {
	text-decoration: none;
	color: #666666;
}
.ProjectsSubtitleGray a:hover {
	text-decoration: underline;
	color: #666666;
}
.ProjectsSubtitleGray a:active {
	text-decoration: none;
	color: #666666;
}
.ProjectsClickForMoreInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.FormBlock {
	background-color: #E1E1E1;

}
.NewsBlockGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
	background-color: #E1E1E1;
}
.NewsBlockGray a:link {
	color: #122756;
	text-decoration: none;
}
.NewsBlockGray a:visited {
	text-decoration: none;
	color: #122756;
}
.NewsBlockGray a:hover {
	text-decoration: underline;
	color: #122756;
}
.NewsBlockGray a:active {
	text-decoration: none;
	color: #122756;
}
.NewsBlockWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #122756;
	background-color: #FFFFFF;
}
.NewsBlockWhite a:link {
	color: #122756;
	text-decoration: none;
}
.NewsBlockWhite a:visited {
	text-decoration: none;
	color: #122756;
}
.NewsBlockWhite a:hover {
	text-decoration: underline;
	color: #122756;
}
.NewsBlockWhite a:active {
	text-decoration: none;
	color: #122756;
}

