
/**
* Typography
**/

h1 , h2, h3{

	font-size: 16px;
	color: #556484;
	line-height: 2em;
	font-weight: bold;
}

h2{

	font-size: 14px;
	line-height: 1.6em;
	color: #ad2f55;
}

h3{

	font-size: 14px;
	line-height: 1.6em;
	color: #556484;
}

#sidebar h1 {
	font-size: 16px;
	color: #556484;
	line-height: 1em;
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

#banner h1{

	font-size: 16px;
	color: #556484;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 2px;

}

#banner p{

	margin-bottom: 3px;

}

P {
	color: #556484;
	margin-bottom: 1.2em;

}

p a {
	
	color: #ad2f55;	
}

p a:link {
	text-decoration:underline;
	color: #ad2f55;

} 

p a:visited {
	color: #ad2f55;
} 

p a:hover {
	color: #556484;
	text-decoration:none; 
} 

/**
* Lists
**/


#content ul{
	padding-left: 20px;
	margin-bottom: 8px;
	
	

}

#content ul li{

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #556484;	
	
	list-style-type: disc;
	list-style:inside;

}

#content ul li a, #content ul li a:link, #content ul li a:visited{

	text-decoration:underline;
	color: #ad2f55;
	


}

#content ul li a:hover{

	text-decoration: none;
	color: #556484;
	


}

/**
* Tables
**/

td {

	height: 22px;

}

/**
* Tables
**/
td, td p{
	font-size: 9px;
	text-align: center;

}

td.caption, td.caption p{
	font-size: 12px;
	text-align: center;
	padding: 8px;
	background-color: #d0d6e7;
	margin-botton: 10px;

}

table.type1 td, table.type1 td p{
	font-size: 12px;
	text-align: center;

}

td.caption  a {
	
	color: #ad2f55;	
}

td.caption  a:link {
	text-decoration:underline;
	color: #ad2f55;

} 

td.caption  a:visited {
	color: #ad2f55;
} 

td.caption  a:hover {
	color: #556484;
	text-decoration:none; 
} 

/**
* Forms
**/




/**
* Special
**/

blockquote {

	width: 80%;
	margin: 0 auto;
	background-color: #D0D6E7;
	padding: 15px;

}

br.clear{

	clear: both;
}

strong {
	
	font-weight: bold;

}

em {
	
	font-style: italic;

}

hr {
	height: 0px;
	color: #cccccc;
	width: 70%;
	border: 1px solid #eae5e0;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

hr.clear {
	clear: both;
}

.caption {

	background-color: #d0d6e7;
}

.caption p{
	margin-top: 10px;
	text-align: center;
}




