/* Presentation Stylesheet */ 

html,body{
 color: #444444;
}
body{
 font: 75% Arial, Helvetica, Tahoma, sans-serif;
}
input, select, textarea { 
	border-top: 1px solid #b1bfd1;
	border-bottom: 1px solid #b1bfd1;
	border-left: 1px solid #b1bfd1;
	border-right: 1px solid #b1bfd1;
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	color: #333333;
	font-size: 12px; 
}
p{
 margin:0 0 10px 0 
}
img {
 border: 0;
}
.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 1em auto 8px auto;
}
.dotted {
  border-bottom: dotted 1px #42377b;
}
.dashed {
  border-bottom: dashed 1px #42377b;
}
.solid {
  border-bottom: solid 1px #42377b;
}
div#footer{
 font: 80% Arial, Helvetica, Tahoma, sans-serif
}
div#footer p{margin:0;padding:5px 10px}
a {color: #c0374b;text-decoration: none}

.mainmenu {font-size: small; letter-spacing: -1px}
.mainmenu a{color: #ececec; padding-bottom:12px}
.mainmenu a:hover{color: #f9eed8; background: transparent url(/images/menu3.gif)}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: medium;
	font-weight: lighter;
	color: #e5b0b8;
}
h2 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: medium;
	font-weight: lighter;
	color: #FFFFFF;
}
h3 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: small;
	color: #42377b;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #999999;
}

.largetitle {
	font-size: x-large;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.mediumtitle {
	font-size: medium;
}
.mediumtext {
	font-size: small;
	margin: 0;
	padding: 0;
}
.smalltext {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
a.whitelink {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:hover {
	color: #ffffff;
	text-decoration: none;
}