
/* base.css */

html {
	background-color: #324c66;	
}
body {
	background: #dfddcb;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	
}

h3 {

}
h5 {
	width: 486px;
	border-bottom: 1px solid #89a0b8;
	font-size: 205%;
	color: #314b65;
	padding: 0 0 7px 0;
	margin: 0 0 22px 0;
}

h6 {
	color: #314b65;
	font-size: 146.5%;
	margin-bottom: 15px;
}

a {
	outline: none;
	text-decoration: none;
	color: #587899;
}
a:link {
	text-decoration: none;
	color: #587899;
}
a:visited {

}
a:hover {
	text-decoration: underline;
}
a:active {

}

p {
	padding-bottom: 1em;
	font-size: 93%;
	color: #3e3e3e;
	line-height: 21px;
}

p.fine{
	font-size: 10px;
	line-height: normal;
}
ul {
	padding-bottom: 1em;	
}

ul li
{
	list-style: disc outside;
	margin-left: 2em;
	font-size: 93%;
	color: #3e3e3e;
	line-height: 21px;
}
ol li
{
	list-style: decimal outside;
	margin-left: 2.5em;
	padding-bottom: 1em;
}
ol li:first-number {
	font-weight: bold;
}



hr {
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	border: none;
	height: 1px;
	color: #E2E1D6;
	background-color: #E2E1D6;
	width: 100%;
}


div {}

li {}

input {}

select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */

blockquote
{
	/* recommended styles */

	/* add custom styles here */
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/*
dd
h4
h5
h6
...
 */



