body {
	background-color:	#e9eedc;
	color:			#222233;
	font-family:		sans-serif, Helvetica, Arial;
	font-size:		10pt;
	font-weight:		normal;
	text-align:		justify;
}

table {
	padding-top:		5px;
	padding-bottom:		5px;
}

td {
	vertical-align:		top;
	text-align:		left;
}

p {
	text-indent:	20px;
	text-align:	justify;
	line-height:	16pt;
}

li {
	text-align:	justify;
	line-height:	16pt;
}

p.article {
	text-indent:	0px;
	text-align:	justify;
	line-height:	16pt;
}

a {
	text-decoration:	none;
	color:			#97a804;
	font-weight:		bold;
}

a:hover {
	text-decoration:	underline;
	color:			#a7b814;
	font-weight:		bold;
}

a.editAccount {
	text-decoration:	none;
	color:			#aa0000;
	font-weight:		bold;
}

a.editAccount:hover {
	text-decoration:	underline;
	color:			#dd0000;
	font-weight:		bold;
}

div.logo {
	text-align:	center;
}

div.menu {
	text-align:		center;
	padding:		5px;
	position:		relative;
	center:			0px;
	border:			1px solid #0d296a;
	background-color:	#d9decc;
}

span.menu {
	padding:		10px;
	text-align:		center;
	line-height:		30px;
}

div.body {
	margin-left:		80px;
	margin-right:		80px;
}

form {
	background-color:	#d9decc;
	padding:		10px;
	margin:			10px;
	border:			1px solid #0d296a;
	text-align:		justify;
}

span.boxTitle {
	font-size:		10pt;
	line-height:		10pt;
	font-weight:		bold;
	font-color:		#97a004;
}

div.box, td.box {
	background-color:	#d9decc;
	padding:		10px;
	margin:			10px;
	border:			1px solid #0d296a;
	text-align:		justify;
	font-size:		10pt;
	line-height:		11pt;
}

th.box {
	font-size:	8pt;
	line-height:	7pt;
	font-weight:	bold;
	border-bottom:	1px solid black;
}

p.boxText {
	font-size:	8pt;
	line-height:	7pt;
	text-indent:	10px;
}

td.boxUp {
	font-size:	8pt;
	line-height:	7pt;
	color:		#008800;
}

td.boxDown {
	font-size:	8pt;
	line-height:	7pt;
	color:		#880000;
}

div.imageCaption {
	font-size:	10pt;
	font-style:	italic;
	font-weight:	normal;
	text-align:	center;
	padding-top:	10px;
}

a.button, input.button {
	background-color:	#a8a396;
	color:			#3d395a;
	border:			2px solid black;
	padding-right:		5px;
	padding-left:		5px;
	margin-top:		3px;
	margin-bottom:		3px;
	font-size:		12pt;
}

a.button:hover, input.button:hover {
	background-color:	#b8b8a8;
	text-decoration:	none;
	color:			#3d395a;
}

a.deadButton {
	background-color:	#a8a396;
	color:			#777777;
	border:			2px solid black;
	padding-right:		5px;
	padding-left:		5px;
	margin-top:		3px;
	margin-bottom:		3px;
	font-size:		12pt;
	text-decoration:	none;
}

a.deadButton:hover {
	background-color:	#a8a396;
}

div.bottom {
	text-align:		center;
	font-size:		8pt;
	border-top:		1px dashed black;
}

img.boxPic {
	border:	2px solid #0d296a;
}

input {
	margin-top:		2px;
	background-color:	#a8a396;
	border:			2px solid black;
	color:			#3d395a;
	font-weight:		bold;
	font-size:		12pt;
}

input:hover {
	border:			2px solid black;
	margin-top:		2px;
	background-color:	#837366;
	color:			#3d395a;
	font-weight:		bold;
	cursor:			pointer;
}

input.text:hover {
	background-color:	#a8a396;
	border:			1px solid #3d395a;
	color:			#3d395a;
	font-weight:		normal;
	cursor:			text;
}

input.text {
	background-color: #a8a396;
	border:		  1px solid #3d395a;
	color:		  #3d395a;
	font-weight:	  normal;
}

textarea {
	background-color: #a8a396;
	border:		  1px solid #3d395a;
	color:		  #3d395a;
	font-weight:	  normal;
	font-family:	  sans-serif, sans, helvetica, arial;
	font-size:	  12pt;
}

