@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.submenu,.submenu ul {
	list-style-image: url(images/bullet.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.submenu   li, .submenu  ul  li {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #666666;
}
.submenu a:link, .submenu a:visited {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.submenu   a:hover, .submenu   a:active {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	text-decoration: none;
}



a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
#subactive {
	color: #990000;
}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
.text-menu {
	font-size: 12px;
	color: #CCCCCC;
}



.ruler-pad {
	background-image: url(images/ruler.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 10px;
}

.border-dashed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.border-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
.border-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}


.pad {
	padding-right: 10px;
	padding-left: 10px;
}

.pad10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pad-left {
	padding-left: 10px;
}
.pad-right {
	padding-right: 10px;
}


.pad20 {
	padding-left: 20px;
}
.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #EEEEEE;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg-grey {
	background-color: #EEEEEE;
}
.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.bullet {
	float: right;
	padding-top: 4px;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 200px;
}


.footer {
	margin-top: 15px;
	text-align: center;
}
.footer p {
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 15px;
}
.footer a:link, .footer a:visited {
	color: #999999;
}
.footer a:hover, .footer a:active {
	color: #990000;
}
.float-right {
	float: right;
}

#pic-borders img {
	border: 1px solid #CCCCCC;
}
