@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {text-decoration:none}
a:link {color:#6390BA}
a:visited {color:#6390BA}
a:active {color:#6390BA}

h1, h2, h3, h4 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #616161;
	margin:0px 0px 8px 0px;
}
h1 {
	font-size: 2em;
	margin:0px 0px 0px 0px;
	line-height: 1em;
} 

h2{
	font-size: 1.5em;
} 

h3{
	font-size: 1.2em;
	text-transform: uppercase;
} 

h4{
	font-size: 1em;
	line-height: 120%;
	color: #6390BA;
	font-style: italic;
}

p {
	font-weight: normal;
	color: #000;
	text-indent:2em;
}

/*-----------Emphasis----------*/
.red {
	color: #D9544A;
} 

.white {
	color: #FFF;
} 

.underline {
	text-decoration: underline;		
} 

.redunderline {
	text-decoration: underline;	
	color: #D9544A;
} 

/*-----------Style----------*/
.dateformat {
	font-weight: normal;
	color: #6390BA;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	letter-spacing: -0.05em;
} 

.buttonlike {
	width:300px;
	overflow:hidden;
	padding:5px 8px 5px 8px;
	background-image: url(../images/layout_images/buttonlike_bg.jpg);
	background-repeat: repeat-y;
	margin:0px 20px 20px 0px;
}

.footerfont {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	font-weight: normal;
}

/*-----------Table & Lists---------*/
ul {
	
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 2em;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 0px 2em;
}

table.compact {
	background-color: #fafafa;
	border: 1px #CCC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.compact td{
	padding:3px;
}

table.compact th {
	background:#666;
	color:#FFF;
	padding:8px;
}








