/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 15px auto;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignnone {
	display: block;
	margin-bottom: 15px;
}

.wp-caption {
	position: relative;
	border: 5px solid #DDDDDD;
	margin-bottom: 15px;
}

.gallery-caption {
	margin-bottom: 15px;
}

.wp-caption img {
	position: relative;
	z-index: 10;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	background: url(images/background/opacity60.png) repeat;
	text-indent: 13px;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

ul, ol {
	list-style: none none outside;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1 { font-size: 26px; line-height: 32px; }
h2 { font-size: 23px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
}

ul,
ol {
	margin-bottom: 15px;
}

li {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 20px;
	border: 0 none;
	background: url(images/background/bullet.png) no-repeat 0 2px;
}

hr {
	background: #DDDDDD;
	border: 0 none;
	clear: both;
	height: 1px;
}

a, a:visited {
	color: #580593;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}


fieldset {
	border: 1px solid #DDDDDD;
	padding: 15px;
}

legend {
	font-size: 12px;
	padding: 0 10px;
}

form {
	font-size: 12px;
}

form p {
	overflow: hidden;
	font-size: 12px;
	padding-bottom: 10px;
}

label {
	float: left;
	font-size: 13px;
	width: 130px;
	line-height: 26px;
	text-indent: 10px;
}

.std-list label {
	text-indent: 0;
	width: auto;
	line-height: normal;
	padding-right: 5px;
}

input,
selectbox,
textarea {
	outline: none;
}

input[type="text"],
input[type="password"],
select {
	float: left;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background/form.gif) no-repeat top left;
	width: 370px;
}

select {
	width: auto;
}

textarea {
	float: left;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background/form.gif) no-repeat top left;
	width: 370px;
	resize: none;
	overflow-y: auto;
}

dl {
	margin-bottom: 15px;
}

dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

dl {
	font-size: 13px;
	line-height: 19px;
}

table {
	margin-bottom: 15px;
	width: 100%;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

th {
	background: #EEEEEE;
	text-align: left;
}

th,
td {
	font-size: 12px;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 5px;
}

pre {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 15px;
	margin-bottom: 15px;
}

blockquote {
	margin-bottom: 15px;
}

blockquote p {
	font-style: italic;
}