/* CSS Document*/

body {
	background-color: #FFFFFF;
	text-align:left;
	line-height:15px;
}
body,td,th,p,h1,h2 {
	font-size: 12px;
	color: #67322e;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height:15px;
}
h1 {
	font-size: 16px;
	margin: 3px 0;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	margin: 5px 0 10px 0;
	font-variant: small-caps;
}

/* Links */
a {
	color: #42a152;
}
a:hover	{
	color: #83cc90;
}
	
/* White Text for What's New Section on index.php file */
.white {
	font-size: 12px;
	color: #FFFFFF;
	line-height:12px;
}
.white a {
	color: #FFFFFF;
}
.white a:hover {
	color: #DEDEDE;
}

/* Administration Styles */
a.admin {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
a.admin:hover {
	color: #67322E;
	text-decoration: none;
}
table#form {
	width: 550px;
}
table#form td.label {
	font-weight: bold;
	font-size: 13px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 120px;
	color: #333333;
	text-align: right;
	vertical-align: top;
}
table#admin {
	width: 500px;
}
table#admin th {
	font-size: 12px;
	text-align: left;
	background-color: #ADDDDD;
}
table#admin td {
	font-size: 11px;
	padding: 2px;
}
body{
	text-align:center
}
div.page-wrapper{
	width:925px;
	margin:0 auto;
	text-align:left
}