html {
	font-size: 100%;
}
body {
	background-color: #ffffff;
	color: #575757;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,div {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
blockquote,input,textarea {
	color: #494949;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
legend {
	color: #59526b;
}
td ul,
td p,
dd p,
ul ul {	
	font-size: 100%;
}
body {
	font-size: 100%;
	line-height: 18px;
}

a { 
	color: #bd3765;
	text-decoration: underline; 
}
a:hover { 
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

h1 {
	background-color: #59526b;
	color: #ffffff;
	padding: 5px 10px 4px 10px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 19px; 
}
#index h1 {
	margin-bottom: 5px;
}

h2 {
	font-family: Tahoma, serif;
	font-size: 17px; 
	line-height: 19px; 
	margin: 7px 0 8px 0; 
	padding: 4px 0 8px 0; 
	
	border-bottom: 2px solid #BDBDBD;
	
	color: #59526b;
	font-size: 18px;
	margin-top: 0;
	color: #BD3765;
}
h2.bordered {
	border-top: 4px solid #BABABA;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 0;
}
h3 {
	font-size: 13px; 
	font-family: Tahoma, sans-serif;
	margin: 12px 0 8px 0; 
	padding: 4px 0 0 0;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}


p {
	margin: 0 0 0.875em 0;	
	text-align: justify;
}
p.list-label {
	margin-bottom: 0.125em;
}

.r {text-align: right;}
.l {text-align: left;}
.j {text-align: justify;}
.c {text-align: center;}





ul, ol {
	margin-bottom: 1.5em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 2.375em;
}
li {
	margin: 0px 0px 0.375em 0px;
}
ul {
	list-style: square;
	margin: 0 0 1.5em 30px;
}
ul ul {
	list-style: disc;
}
ul ul ul {
	list-style: circle;
}
ul li {
	padding: 0;
}
dl {
	margin-bottom: 15pt;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-bottom: 15pt;
}

dd p {
	margin-bottom: 5pt;
}
dd ul {
	margin-bottom: 5pt;
}

acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote {
	margin-top: 15pt;
	margin-bottom: 15pt;
	margin: 15px 20px 15px 20px;
	padding: 5px 17px 5px 17px;
	font-style: normal;
	font-weight: bold;
	color: #707070;
	background-color: #f5f5f5;
}
blockquote:before {
	content: url(/img/lquote.gif);
	margin-left: -14px;
	position: relative;
	top: -3px;
	left: 3px;
}
blockquote:after {
	content: url(/img/rquote.gif);
	position: relative;
	top: -3px;
	left: 100%;
	margin-left: -3px;
}
blockquote * {
	color: #707070;
}
blockquote p {
	margin: 0;
	padding: 4px 0;
}
blockquote em {
	font-weight: bold;
	color: #707070;
}

code {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	border-top: 2px solid #555;
	display: block;
	font-family: Monotype Corsiva, Lucida Console, monotype;
	font-size: 100%;
	white-space: pre;
	margin: 0px 0px 15pt 0px;
}

strong { 
	font-weight: bold; 
}

em {
	font-style: oblique;
}

strong.name {
	color: #728C25;
}

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

img.inl {
	vertical-align: baseline;
	position: relative;
	bottom: -2px;
}
.clear {
	clear: both;
}

.f-left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.f-right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

img.centered {
	display: block;
	margin: 0 auto;
}


/* DEFAULT STYLES FOR COMMON FORM ELEMENTS
-------------------------------------------------------------------------------- */
p.form-caption {
	margin: 20px 0px 3pt 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
form.common {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	position: relative;
	z-index: 100;
}
form.common .form-blocks {
	overflow: auto;
	zoom: 1;
}
form.common .block-left {
	width: 280px;
	margin: 0;
	float: left;
}
form.common .block-right {
	width: 280px;
	margin: 0;
	float: right;
}
form.narrow {
	width: 200px;
}
form.common sup {
	color: red;
	font-size: 120%;
	vertical-align: middle;
}
form.common p.warn {
	color: red;
}
form.common p.warn img {
	vertical-align: text-bottom;
	position: static;
}
form.common p.label {
	text-align: left;
	line-height: 20px;
	background-color: #ffffff;
}
form.common select {
	width: 200px;
}
form.common select option {
}
input {
}
input.button {
}
input.button:active {
	position: relative;
	bottom: -1px;
	outline: none;
}
body input.cancel {
}
input.button-long {
}
form input.txt {
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	-opera-border-radius: 4px; /* Opera before 10.5 */
	border-radius: 4px; /* CSS3 */
	/* behavior: url(/js/border-radius.htc); */

	border: 2px solid #d2d2d2;
	padding: 2px;
	width: 400px;
}
input.num {
	border: 1px solid #d2d2d2;
	padding: 2px;
	width: 3em;
}
input.captcha {
	border: 1px solid #d2d2d2;
	padding: 2px;
	width: 100px !important;
	vertical-align: middle;
}
img.captcha-img {
	border: 1px dashed #d2d2d2;
	vertical-align: middle;
}
input.rad {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
input.chk {
}
textarea {
	border: 1px solid #59526b;
	padding: 2px;
	width: 98%;
	font-size: 95%;
	
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	-opera-border-radius: 4px; /* Opera before 10.5 */
	border-radius: 4px; /* CSS3 */
	/* behavior: url(/js/border-radius.htc); */

	border: 2px solid #d2d2d2;
	padding: 2px;
	width: 400px;
}
textarea.small {
	height: 50px;
	font-size: 100%;
}
textarea.medium {
	height: 170px;
}
textarea.large {
	height: 200px;
}
select {
}
form ul.options {
	list-style: none;
	margin-top: -12pt;
	margin-left: 0px;
	padding-left: 0px;
}
form ul.options li {
	margin: 0 0 3pt 0;
	padding: 0 0 0 20px;
}
form ul.options li input {
	float: left;
	margin-top: 0.3ex;
	margin-left: -18px;
}


table.single-lined {
	border-collapse: collapse;
	margin: 0.25em 0 0.875em 0;
}

table.single-lined th {
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #dde2eb;
	font-weight: bold;
}

table.single-lined td {
	border-top: 1px solid #dde2eb;
	padding: 4px 8px 4px 8px;
}

table.lined {
	border-collapse: collapse;
	margin: 0.25em 0 0.875em 0;	
}
table.lined th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 1px solid #dde2eb;
	padding: 10px 20px 10px 0;
}
table.lined td {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dde2eb;
	padding: 10px 20px 10px 0;
}

table.linedv {
	border-collapse: collapse;
	margin: 0.25em 0 0.875em 0;	
}
table.linedv th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-right: 1px solid #dde2eb;
	padding: 10px 20px 10px 0;
}
table.linedv thead th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid #dde2eb;
	border-right: none;
	border-bottom: 2px solid #dde2eb;
	border-left: 1px solid #dde2eb;
	padding: 10px 20px 10px 20px;
}
table.linedv thead th:first-child {
	padding-left: 0;
	border-left: none;
}
table.linedv td {
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #dde2eb;
	padding: 10px 20px 10px 20px;
}

table.grid {
	border-collapse: collapse;
	margin: 0.25em 0 0.875em 0;	
}
table.grid th,
table.grid td {
	border: 1px solid #dde2eb;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
}
table.grid th {
	font-weight: bold;
}

table.spacy {
	border-collapse: collapse;
	margin: 0.25em 0 0.875em 0;	
	border-style: none;
}
table.spacy th,
table.spacy td {
	border: none;
	padding: 10px 20px 10px 0;
	text-align: left;
	vertical-align: top;
}
table.spacy th {
	font-weight: bold;
}


.message-flasher {
	text-align: center;
	padding: 50px 0;
}
.message-flasher .message {
	width: 400px;
	margin: 0 auto;
	padding: 14px;
	border: 1px solid #2a2a2c;
	background-color: #f1bc11;
}

.message-flasher .message p {
	font-weight: bold;
	text-align: center;
}