body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #990099;
	outline: none;
}

a:visited
{
	color: grey;
}

a:active
{
	color: green;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

p
{
	margin-top: 20px;
	margin-bottom: 10px;
}

h4
{
	font-family: Arial;
	font-size: 13px;
	color: black;
}

h5
{
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: black;
}

div.title
{
	font-family: ArialBlack;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: black;
	margin-left: 15px;
	margin-top: 5px;
	padding: 7px;
	width: 70%;
}

div.second_title
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: black;
	margin-left: 25px;
}

div.title_section
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: black;
	border-bottom-style: solid;
	width: 70%;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 3px;
}

div.sub_title_section
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-left: 25px;
	margin-bottom: 10px;
}

div.content
{
	font-family: Arial;
	font-size: 13px;
	color: black;
	margin-left: 25px;
	margin-bottom: 25px;
	text-indent: 30px;
}

div.indent_list
{
	font-family: Arial;
	font-size: 13px;
	color: black;
	text-indent: 30px;
}

div.list
{
	font-family: Arial;
	margin-left: 25px;
	font-size: 13px;
	color: black;
}

#menubar
{
	top: 75px;
	margin-left: 25px;
	border: 1;
}

#box
{
	margin-left: 25px;
	width: 70%;
}

#boxright
{
	margin-left: 450px;
	width: 70%;
}

