<!--
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	
	/* BODY - Generic */
	BODY {
		background: #EDECE9;
		margin: 5;
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	}
	
	/* H1 - Generic */
	H1 {
		color: #FF5A00;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H2 - Generic */
	H2 {
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H3 - Generic */
	H3 {
		color: #FF5A00;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H# - Generic */
	H4, H5, H6 {
		color: #333333;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #333333;
		background-color: #333333;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		color: #FF5A00;
		text-decoration: none;
	}
	
	/* A - Visited link */
	A:visited {
		color: #FF5A00;
	}
	
	/* A - Hover link */
	A:hover {
		color: #FF5A00;
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		color: #FF5A00;
		text-decoration: underline;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		border: solid 1px #333333;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		border: solid 1px #333333;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* SELECT - Generic */
	SELECT {
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		border: solid 1px #333333;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* LI - Unordered list */
	UL LI {
		list-style-image: url('/main/ul.gif');
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/
	
	/* TABLE - Main */
	TABLE.mainTable TD {
		background-color: #FFFFFF;
	}
	/* DIV - Left frame */
	DIV.leftFrame {
		padding: 5px;
	}
	
	/* Misc - Small */
	.small {
		font-size: 10px;
	}
	
	/* TD - Content */
	TD.content {
		text-align: justify;
	}
	
	/* TABLE - Content */
	TD.content TABLE {
		border: solid 1px #333333;
		border-collapse: collapse;
	}
	TD.content TABLE TD {
		border: dotted 1px #333333;
	}
	TD.content TABLE TH {
		border: dotted 1px #333333;
		background-color: #AAAAAA;
		color: #FFFFFF;
		font-size: 12px;
	}
	
//-->
