@charset "utf-8";
/* CSS Document */
body {
	margin: -10px 0 0 -10px;
	padding: 0;
	background-color: #676767;
	color: #686463;
	font-size: 13px;
}
html body{
	margin:0;
	padding:0;
}
html{
	overflow-y: scroll;
}
td{
	vertical-align: top;
}
p{
	margin-top: 0px;
}
a{
	color: #686463;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#colLeft{
	background-image: url(../images/shadow_l.gif);
	background-repeat: repeat-y;
}
#colRight{
	background-image: url(../images/shadow_r.gif);
	background-repeat: repeat-y;
}
#shadowBase{
	background-image: url(../images/shadow_b.gif);
	background-repeat: repeat-x;
}
#contentRow{
	background-color: #ffffff;
}
#mainContent{
	background-color: #E5F6FD;
	line-height: 20px;
	padding-left: 44px;
	padding-right: 23px;
	padding-bottom: 25px;
}
#titleGr{
	margin-bottom: 25px;
}
#subMenu{
	color: #00BAF2;
	font-size: 15px;
	padding-bottom: 20px;
}
#subMenu a{
	font-style: italic;
}
#linksPage a{
	font-weight: bold;
	color: #00baf2;
	font-size: 16px;
}
#copy{
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 3px;
}
#copy a{
	color: #dddddd;
	text-decoration: none;
}
#copy a:hover{
	text-decoration: underline;
}
.menuItem, .menuItem_over{
	width: 124px;
	height: 24px;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 13px;
	vertical-align: middle;
}
.menuItem{
	background-color: #ffffff;
	cursor: default;
}
.menuItem_over{
	background-color: #E5F6FC;
	cursor: pointer;
}
.menuItem a, .menuItem_over a{
	color: #686463;
	text-decoration: none;
}
.stress, .title{
	font-weight: bold;
	color: #00BAF2;
}
.title{
	font-size: 16px;
	margin-bottom: 3px;
}
.boldItal{
	font-weight: bold;
	font-style: italic;
}
.topLink{
	color: #00baf2;
	font-size: 12px;
	font-style: italic;
}
