@CHARSET "UTF-8";

/* Reset */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,code,em,font,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
}

ol,ul {
	list-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0px;
	color: black;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0px 12px 0px;
	font-size: 13px;
}

a,a:visited {
	color: #ab8094;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #ab8094;
}

img {
	margin: 0px;
	border-width: 0px;
	color: white;
	border-style: dotted;
}

.image:hover {
	background: none;
}

h1 {
	margin: 0px 2px 10px 0px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	color: #980a4c;
	font-variant: small-caps;
}

h2,.h2style {
	margin: 10px 2px 5px 0px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #980a4c;
	font-variant: small-caps;
}

h3 {
	margin: 8px 2px 5px 0px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #980a4c;
	font-variant: small-caps;
}

h4,h4 a {
	margin: 8px 2px 5px 0px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #980a4c;
	font-variant: small-caps;
}

form {
	margin: 0px;
}

input {
	height: 25px;
	font-size: 18px;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=text] {
	font-size: 18px;
	padding: 4px;
}

input[type=button],input[type=submit] {
	font-size: 16px;
	padding: 1px 5px 1px 22px;
	background-position: 2px;
	background-image: url('/resources/images/icons/accept.png');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

textarea {
	font-size: 18px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 25px;
}

ol {
	list-style-type: decimal;
	padding-left: 25px;
}

li {
	margin: 5px 0px 5px 0px;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	font-size: 13px;
}

td {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}

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

dd {
	padding-left: 25px;
	font-size: 13px;
}

div {
	font-size: 13px;
}
