* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	height: 100%;
	min-height: 100%;
}

div {
	_height: 1%;
}

a {
	color: #273864;
	text-decoration: none;
	outline: 0;
	border-bottom: 1px dotted #cccccc;
}

a:hover {
	border-bottom-color: #273864;
}

p {
	margin: 0 0 15px 0;
}

blockquote {
	margin: 0 0 15px 30px;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	line-height: 23px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;*/
}

h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
/*	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;*/
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;*/
}

h4 {
	margin: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;*/
}

h5 {
	margin: 0 0 15px 0;
	font-size: 10px;
	font-weight: bold;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;*/
}

h6 {
	margin: 0 0 15px 0;
	font-size: 9px;
	font-weight: bold;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;*/
}
/*
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border: 0px;
	color: #cc0000;
}
*/
ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	list-style-type: square;
}

li {
	margin: 0 0 5px 0;
	
}

.Small {
	font-size: 10px;
	color: #999999;
}

.Buttons {
}

.LeftButton {
}

.RightButton {
}

.FloatLeft {
	float: left;
	margin: 0 15px 0 0;
	border: 0;
}

.FloatRight {
	float: right;
	margin: 0 0 0 15px;
	border: 0;
}

.Link {
	padding: 0 15px 0 0;
	background: url(../gfx/bgr.link.png) no-repeat center right;
}

.More {
}

.ImageLeft {
}

.ImageRight {
}

.ImageCenter {
}