/***************************************************************
* BASE ELEMENTS- SECTION 1
*
* Main classes
***************************************************************/

/* BODY - Generic */
BODY {
	background: #FFFFFF;
	margin: 5px;
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif
}

/* TD, LI - Generic */
TD, LI {
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif
}

/* LI - Unordered list */
UL > LI {
	list-style-image: url("../images/arrow.gif");
}

/* H1 - Generic */
H1 {
	color: #1E1E1E;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.9px;
	margin-top: 18px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	background-image: url(../images/blackline.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px
}

/* H2 - Generic */
H2 {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.9px;
	margin-top: 18px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	background-image: url(../images/blackline.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px
}

/* H# - Generic */
H3, H4, H5, H6 {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.9px;
	margin-top: 18px;
	margin-bottom: 4px;
	padding-bottom: 4px
}

/* HR - Generic */
HR {
	width: 100%;
	height:12px; 
	border:0px none;
	background: #FFFFFF url("../images/blackline.jpg") repeat-x center center
}

/* A - Generic */
A {
	text-decoration: none;
}

/* A - Link */
A:link {
	color: #E60002;
	text-decoration: none
}

/* A - Visited link */
A:visited {
	color: #E60002;
	text-decoration: none
}

/* A - Hover link */
A:hover {
	color: #1E1E1E;
	text-decoration: line-through
}

/* A - Active link */
A:active {
	color: #1E1E1E;
	text-decoration: line-through 
}

/* FORM - Generic */
FORM {
	margin: 0px;
}

/* INPUT - Generic */
INPUT {
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	border: solid 1px #1E1E1E;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle;
}

/* TEXTAREA - Generic */
TEXTAREA {
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	border: solid 1px #1E1E1E;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle; 
}

/* SELECT - Generic */
SELECT {
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #1E1E1E;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle; 
}

/* FIELDSET - Generic */
FIELDSET {
	background-color: #F7F7F7;
	border: solid 1px #BCBCBC; 
}

/* LEGEND - Generic */
LEGEND {
	color: #1E1E1E;
	font-weight: bold; 
}

/* IMG - Generic */
IMG {
	margin-top: 6px;
}

/***************************************************************
* BASE ELEMENTS- SECTION 2
*
* Template classes
***************************************************************/

/* Template - Menu */
.menu UL {
	padding-left: 4px;
	margin-left: 0px;
}
.menu LI {
	display: inline;
	color: #E60002 !important;
	font-size: 12px;
	font-family: Verdana, Arial, Courrier, sans-serif;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0.4px
	list-style-type: none;
}

.menu A:link {
	color: #E60002 !important;
	text-decoration: none
}
.menu A:visited { 
	color: #E60002 !important;
	text-decoration: none
}
.menu A:hover {
	color: #E60002 !important;
	text-decoration: line-through
}
.menu A:active { 
	color: #E60002 !important;
	text-decoration: line-through 
}

/* Miscellaneous */
.noBorder {
	border: none;
}
.strong {
	font-weight: bold;
	color: #1E1E1E
}

/***************************************************************
* BASE ELEMENTS- SECTION 3
*
* Typo3 CSS styled content classes
***************************************************************/

/* P - Body text */
P.bodytext {
	color: #1E1E1E;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-align: justify
}
P.bodytext[ALIGN="right"] {
	color: #1E1E1E;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-align: right
}
P.bodytext[ALIGN="center"] {
	color: #1E1E1E;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-align: center
}
.csc-menu P {
        margin: 0px;
        margin-bottom: 3px;
}
B { 
	color: #1e1e1e !important;
	font-weight: bold
}
I { 
	color: #1e1e1e !important;
	font-style: italic
}

/* Content - Unordered list */
.graphiclist UL {
	padding-left: 10px;
	margin-left: 0px;
}
.graphiclist LI {
	color: #1E1E1E;
	font-size: 10px;
	font-family: Verdana, Arial, Courrier, sans-serif;
	line-height: 16px;
	letter-spacing: 0.3px
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
}

/* Content - Page Footer */
.footer { 
	color: #1E1E1E;
	font-size: 9px !important;
	font-family: Verdana, Arial, Courrier, sans-serif;
	line-height: 20px;
	letter-spacing: 0.5px
}

/* TABLE - HTML Area */
TABLE.contenttable {
	border: none 0px;
	padding: 2px;
	border-collapse: collapse;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px; 
}
TABLE.contenttable TD {
	padding: 6px;
	border: none 0px;
	background-color: #FFFFFF; 
}
TABLE.contenttable TH {
	background-color: #F7F7F7;
	padding: 2px;
	border: solid 1px #BCBCBC; 
}
TABLE.contenttable P.bodytext {
	color: #1E1E1E;
	font-size: 10px;
	font-family: Verdana, Arial, Courrier, sans-serif;
	line-height: 16px;
	letter-spacing: 0.3px
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
}
TABLE.contenttable TD[STYLE] P.bodytext {
text-align: inherit;
 
}

/* TABLE - File list */
TABLE.csc-uploads {
border: solid 1px #BCBCBC;
border-collapse: collapse;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
 
}
TABLE.csc-uploads TD {
padding: 5px;
border: solid 1px #BCBCBC;
 
background: #FFFFFF;
 
}
TABLE.csc-uploads TR.tr-even TD {
background: #F7F7F7;
 
}
TABLE.csc-uploads TD.csc-uploads-fileSize {
text-align: right;
width: 10%;
white-space: nowrap;
 
}

/* TABLE - Mail form */
TABLE.csc-mailform {
border: solid 1px #BCBCBC;
border-collapse: collapse;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}
TABLE.csc-mailform TD {
padding: 5px;
background-color: #F7F7F7;
vertical-align: middle;
text-align: left;
border-bottom: solid 1px #BCBCBC;
border-top: solid 1px #BCBCBC;
 
}
TABLE.csc-mailform TD.csc-form-labelcell {
background: #F7F7F7;
width: 25%;
font-weight: bold;
vertical-align: top;
 
}
TABLE.csc-mailform P.csc-form-label-req {
color: #008AB8;
 
} 

/* Image */
.csc-caption {
	color: #1E1E1E;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.3px;
	text-align: center
}
