html,body {
	margin: 0px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 1em;
}

div {
	margin:0;
	padding:0;
}

.header {
	background-image:url(images/headerRepeat.jpg);
	background-repeat:repeat-x;
	width:100%;
	height: 119px;
}

.headerShadowLeft {
	background-image:url(images/headerShadowLeft.jpg);
	background-repeat:repeat-y;
}

.headerShadowRight {
	background-image:url(images/headerShadowRight.jpg);
	background-repeat:repeat-y;
}

.shadowleft {
	background-image:url(images/shadow_left.jpg);
	background-repeat:repeat-y;
}

.shadowright {
	background-image:url(images/shadow_right.jpg);
	background-repeat:repeat-y;
}

.footer {
	background-image:url(images/repka_1.jpg);
	background-repeat:repeat-x; width:100%;
}

.copyright {
	color: #787F81; 
	font-size:12px;
	padding-bottom: 15px;
}

.pageHeader {
	font-size: 20px;
	font-weight: bold;
}

.subHeader {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}

.largeSubHeader {
	font-size: 26px;
	font-weight: bold;
}

.pageMargins {
	padding-left: 28px; 
	padding-right: 28px;
}

p {
	font-size: 1em;
}

a {
	color:#666666;
}

a:hover {
	color:#333333;
}


a.embedded {
	color:#666666;
	text-decoration:none;
}

a.embedded:hover {
	text-decoration: underline;
}

input.contact, select.contact {
	width:177px;
	font-size: .9em;
	border-style:solid;
	border-width:1px;
	border-color:#788D97;
}
