/************************************************************************
 * RICS																	*
 ************************************************************************
 * Filename    : default.css											*
 ************************************************************************
§ * Description : This file should only contain default styles.			*
 ************************************************************************
 * Version     : 1.0													*
 ************************************************************************
 * By 														(c) 2007	*
 ************************************************************************

 Revision History
 ------------------------------------------------------------------------
	1.0.0	
 ------------------------------------------------------------------------
*/

body {
	padding: 0px;
	margin: 0px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #023b5f;
	font-size: 11px;
	line-height: 14px;
}

h1,h2,h3,h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	margin:0;
}

h1
{
	color:#404a55;
	font-size: 14px;
}

h2
{
	font-size: 13px;
	color:#404a55;
}

h3
{
	font-size: 13px;
	color:#ffffff;
}

img {
	border: 0px;
}

#contentContainer a, p a {
	color: #414b56;
	text-decoration: none;
}
#contentContainer a:hover, p a:hover {
	text-decoration: underline;
}
