body {
	margin: 20px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 90%;
  margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	background-color: #FFFFFF;
	float: none;
	color: #645AA0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


/***********************************
	LINKS
***********************************/

a {
	color: #A03232;
	text-decoration: none;
}

a.main {
	color: #666666;
	width: 60px;
	border-width: 3px 0px 3px 0px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-weight: normal;
}

a.main:hover {
	border-color: #B4B4FF;
	background-color: #EFEFEF;
}

a.navigation {
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-weight: bold;
}

a.navigation:hover {
	border-color: #B4B4FF;
	background-color: #EFEFEF;
}

/***********************************
	MISCELLANEOUS
***********************************/

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #645AA0;
	font-size: 20pt;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #645AA0;
	background-color: #FFFFFF;
}

h2 {
	color: #666666;
	width: 90%;
	text-indent: 50px;
	line-height: 2.5;
	font-size: 12pt;
	text-decoration: none;
	text-align: justify;
	margin: 25px 0px 10px 0px;
	font-weight: bold;
	padding: 0px 0px 0px 75px;
	border-width: 0px 0px 1px 0px;
	border-style: none;
}

h3 {
	color: #645AA0;
	font-size: 12pt;
	text-decoration: none;
	text-align: left;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #645AA0;
	background-color: #FFFFFF;
}

p {
	width: 100%;
	line-height: 2.5;
	font-size: 12pt;
	text-decoration: none;
	margin: 25px 0px 10px 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: none;
}

p.sp {
	width: 100%;
	line-height: 1.5;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	margin: 25px 0px 10px 0px;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
}

li {
	padding: 0px 0px 0px 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
