/* Start of CMSMS style sheet 'abfab-century-styles' */
/**************************************************************************
**************************************************************

Welcome to the CSS for Relic, coded by Kevin Cannon.
The CSS is pretty straight forward. There are a few
small hacks however, with one line controlling firefox
and the other IE. These are clearly labled. If you need
any help with the template, email me at kmcannon@telus.net

***************************************************************
***********************************************************************/
body  {
	margin:0;
	padding:0;
	font-family:"Century Gothic", verdana, arial, times, georgia, sans-serif;
}

p {
	font-size:13px;
	padding-left: 10px;
	padding-bottom:10px;
	margin-top:-3px !important; /*****  FIREFOX  *****/
	margin-top:-14px;             /***** INTERNET EXLORER *****/
	color:#404040;
}

h1 {
	font-family: "Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:1px dotted #c4c4c4;
	padding-left: 10px;
	padding-bottom:3px;
	margin-top:24px;
        color:#000000;
}


h2 {
	font-family: "Century Gothic", verdana, arial, times, sans-serif;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px dotted #c4c4c4;
	padding-left: 10px;
	padding-bottom:3px;
	margin-top:24px;
        color:#000000;
}

h3 {
	font-family: "Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
	padding-bottom:3px;
	margin-top:24px;
        color:#000000;
}	

a {
	color:#00a0c6;
	text-decoration:underline;
}

a:hover {
	color:#00a0c6;
	text-decoration:underline;
}

img.left {
	float:left;
	padding:3px;
	margin-right:8px;
	border:1px solid #c4c4c4;
}

img.right {
	float:right;
	padding:3px;
	margin-right:8px;
	border:1px solid #c4c4c4;
}







ul {
	font-size:11px;
	color:#404040;
	margin-LEFT:-15px;

}

ol {
	font-size:11px;
	color:#404040;
}



/* End of 'abfab-century-styles' */

