* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size:11px;
	line-height: 1.33;
	color: #465574;
}

p {
	font-size: 11px;
	text-align: left;
	margin:1em;
	padding:0;
	line-height: 1.5em;
}

blockquote {  }

ul { }

li { 
  line-height: 2; 
  font-size: 11px;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
}

input.submitbutton {  }

a:link {
	color: #0083bc;
	text-decoration: none;
}

a:visited { 
	color: #0083bc;
	text-decoration: none; 
}

a:hover {
	color: #0083bc;
	text-decoration: underline;
}

a:active {
	color: #0083bc;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	margin: 0.67em 0;
	color: #0083bc;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0.83em 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0;
}


.smalltext {
	font-size:10px;
}

.indent {
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}