/* CSS Document */

body{
	background-color: #cccccc;
	background-image: url(/images/site_background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h3{
	color: #7a2d75;
	font-size: 14px;
	font-weight: bold;
}

a:link{
	color: #792d75; text-decoration: none;
}
a:visited{
	color: #792d75; text-decoration: none;
}
a:hover{
	color: #792d75; text-decoration: underline;
}

a.bold:link{
	color: #792d75; text-decoration: none; font-weight: bold;
}
a.bold:visited{
	color: #792d75; text-decoration: none; font-weight: bold;
}
a.bold:hover{
	color: #792d75; text-decoration: underline; font-weight: bold;
}

a.topmenu:link{
	color: #ffffff; text-decoration: none; font-weight: bold;
}
a.topmenu:visited{
	color: #ffffff; text-decoration: none; font-weight: bold;
}
a.topmenu:hover{
	color: #ffffff; text-decoration: none; font-weight: bold;
}

a.boxtitle:link{
	color: #ffffff; text-decoration: none; font-weight: bold; font-size: 14px; margin-left: 4px;
}
a.boxtitle:visited{
	color: #ffffff; text-decoration: none; font-weight: bold; font-size: 14px; margin-left: 4px;
}
a.boxtitle:hover{
	color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 14px; margin-left: 4px;
}

a.childnode:link{
	color: #7a2d75; text-decoration: none; font-weight: bold; margin-left: 4px;
}
a.childnode:visited{
	color: #7a2d75; text-decoration: none; font-weight: bold; margin-left: 4px;
}
a.childnode:hover{
	color: #7a2d75; text-decoration: underline; font-weight: bold; margin-left: 4px;
}

a.path:link{
	color: #666666; text-decoration: none;
}
a.path:visited{
	color: #666666; text-decoration: none;
}
a.path:hover{
	color: #666666; text-decoration: underline;
}

table p{
	margin: 2px 0px 2px 0px;
}

td.feedback{
	font-weight: bold;
}

table.childnodes{
	background-color: #d7bfd5;
}

input.box{
	width: 306px;
	height: 16px;
	background-color: #d7bfd5;
	border: none;
	color: #792d75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
}

input.checkbox{
	border-color: #d7bfd5;
}

input.defaultbutton{
	height: 18px;
	border: none;
	background-image: url(/images/button_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

textarea.box{
	width: 306px;
	background-color: #d7bfd5;
	border: none;
	color: #792d75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
}

select{
	width: 310px;
	background-color: #d7bfd5;
	border: none;
	color: #792d75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}