body
{
	font-family: Arial, Century Gothic;
	font: normal 12px;
	color:#000000;
	background-color:#DDDDDD;
}

.Header
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	font-weight:bold;
}

.BlueText
{
	color:#125497;
}

.BlueBackground
{
	background-color:#4172BE;
	color:#DDDDDD;
	font-weight:bold;
}

.GrayBackground
{
	background-color:#DDDDDD;
	color:#125497;
	font-weight:bold;
}

A.BlueText:LINK
{
	color:#125497;
	text-decoration:none;
}

A.BlueText:VISITED
{
	color:#125497;
	text-decoration:none;
}


TABLE.Content
{
	background-color:#FFFFFF;
	font: normal 12px;
}

.ContentHeader
{
	background-color:#FFFFFF;
	font: normal 10px;
}

A:LINK
{
	text-decoration:none;
}

A:VISITED
{
	text-decoration:none;
}

A.Menu
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

A.Menu:VISTED
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

A.Menu:HOVER
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.CategoryMenuTable
{
	background-color:#ffffff;
	color:#125497;
	border:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	font-weight:bold;
}

.MainTitle
{
	color: #EDEDED;
}

A.MainTitle
{
	color: #EDEDED;
	text-decoration:none;
}

A.MainTitle:VISTED
{
	color: #EDEDED;
	text-decoration:none;
}

A.MainTitle:HOVER
{
	color: #EDEDED;
	text-decoration:none;
}

input 
{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-color: #878787;
	border-width: 1px;
	margin: 0px; 
}

/*portfolio page*/

.portfolio-main-table {
	background-attachment: fixed;
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.portfolio-divider {
	width: 0px;
}

.portfolio-horizontal {
	background-color: #EDEDED;
	height: 100px;
	width: 146px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #125497;
	cursor: hand;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.portfolio-vertical {
	xxbackground-color: #79838D;
	background-color: #4172BE;
	width: 145px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	cursor: hand;
}

.txt-home-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #125497;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #125497;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #125497;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #125497;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.txt-home-data {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #79838D;
}

.txt-home-descr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #666F77;
	text-decoration: none;
	letter-spacing: .05em;
	padding-top: 15px;
}

.blue-horiz-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #125497;
	border-right-color: #125497;
	border-bottom-color: #125497;
	border-left-color: #125497;
}

.floatLeft {float: left; margin: 0.5em 1em; position: relative; } /*** for IE6 ***/
.floatRight {float: right; margin: 0.5em 1em; position: relative; } /*** for IE6 ***/