/* <![CDATA[ */

	/***************************************************************
	* BASE ELEMENTS- SECTION 1
	*
	* Main classes
	***************************************************************/

	/* BODY - Generic */
	BODY {
		color: #000;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}

	/* TD, LI - Generic */
	TD, LI {
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}

	/* LI - Unordered list */
	UL LI {
		
	}

	/* H1 - Generic */
	H1 {
		color: #008AB8;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* H2 - Generic */
	H2 {
		color: inherit;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 12px;
	}

	/* H3 - Generic */
	H3 {
		color: #008AB8;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* H# - Generic */
	H4, H5, H6 {
		color: #008AB8;
		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: #4B4F53;
		background-color: #4B4F53;
		height: 1px;
		}

	/* A - Generic */
	A {
		text-decoration: none;
	}

	/* A - Link */
	A:link {
		color: #000;
		text-decoration: none;
	}

	/* A - Visited link */
	A:visited {
		color: #000;
	}

	/* A - Hover link */
	A:hover {
		color: #aa2a4a;
		text-decoration: none;
	}

	/* A - Active link */
	A:active {
		color: #aa2a4a;
		text-decoration: underline;
	}

	/* A IMG - Linked Image */
	A IMG {
		border: 0px;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}

	/* INPUT - Generic */
	INPUT {
		color: #4D4D4D;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #4D4D4D;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* SELECT - Generic */
	SELECT {
		color: #4D4D4D;
		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 #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* FIELDSET - Generic */
	FIELDSET {
		background-color: #F7F7F7;
		border: solid 1px #BCBCBC;
	}

	/* LEGEND - Generic */
	LEGEND {
		color: #008AB8;
		font-weight: bold;
	}

	/***************************************************************
	* BASE ELEMENTS- SECTION 2
	*
	* Template classes
	***************************************************************/



	/***************************************************************
	* BASE ELEMENTS- SECTION 3
	*
	* Typo3 CSS styled content classes
	***************************************************************/

	/* P - Body text */
	P.bodytext {
		text-align: left;
		clear: both;
	}
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}

	/* TABLE - HTML Area */
	TABLE.contenttable {
		border: solid 1px #BCBCBC;
		padding: 10px;
		border-collapse: collapse;
		width: 100%;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	TABLE.contenttable TD {
		padding: 10px;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
	}
	TABLE.contenttable TH {
		background-color: #F7F7F7;
		padding: 10px;
		border: solid 1px #BCBCBC;
	}
	TABLE.contenttable P.bodytext {
		text-align: left;
	}
	TABLE.contenttable TD[STYLE] P.bodytext {
		text-align: inherit;
	}

/* ]]> */
