/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.01
	Creation Date		: 01/12/2005
	Modification Date	: 16/05/2006
	Modification by		: Jerry van Heerikhuize
	Description			: StyleSheet containing anything related to text

\*#######################################################################*/

/*#######################################################################*\

	Section Index:
		1. General
		2. Heading
		3. Paragraph
		4. Anchor
		5. List
			5.1 Unordered list
				5.1.1 Unordered list square
				5.1.2 Unordered list image
				5.1.3 Unordered list horizontal
			5.2 Ordered list
				5.2.1: Ordered list roman
			
\*#######################################################################*/

/*#######################################################################*\

	SECTION 1: General
	
\*#######################################################################*/

body, table td, table table td, td td td, p
{
	font-family:  Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #2d2928;
	line-height: 18px;
	vertical-align: top;
}

/*#######################################################################*\

	SECTION 2: Heading
	
\*#######################################################################*/

/* The headings inherit the colors from body, td td td */
h1 { font-weight: normal; line-height:100%;}
h2 { font-weight: normal; line-height:100%;}
h3 { font-weight: normal; line-height:100%;}
h4 { font-weight: normal; line-height:100%;}
h5 { font-weight: normal; line-height:100%;}
h6 { font-weight: normal; line-height:100%;}

/* */
h1.t_hn_red { color: #C00; }
h2.t_hn_red { color: #C00; }
h3.t_hn_red { color: #C00; }
h4.t_hn_red { color: #C00; }
h5.t_hn_red { color: #C00; }
h6.t_hn_red { color: #C00; }

/* */
h1.t_hn_white { color: #FFF; }
h2.t_hn_white { color: #FFF; }
h3.t_hn_white { color: #FFF; }
h4.t_hn_white { color: #FFF; }
h5.t_hn_white { color: #FFF; }
h6.t_hn_white { color: #FFF; }

/* */
h1.t_hn_black { color: #000; }
h2.t_hn_black { color: #000; }
h3.t_hn_black { color: #000; }
h4.t_hn_black { color: #000; }
h5.t_hn_black { color: #000; }
h6.t_hn_black { color: #000; }

/*#######################################################################*\

SECTION 3: Paragraph
	
\*#######################################################################*/

p
{
	font-family:  Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 15px 0px;
}

p.t_p_c { text-align: center; }
p.t_p_l { text-align: left; }
p.t_p_r { text-align: right; }

p.bolditalic
{
	font-style: italic;
	font-weight: bold;
}




p.t_p_error { color: #C00; }
span.t_span_error { color: #C00; }

/*#######################################################################*\

SECTION 4: Anchor
	
\*#######################################################################*/

a { color: #5fb800; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

/*	4.2 t-a-customize	*/
a.t-a-orange:link
{
	color: #FFF;
	text-decoration: none;
	background-color: #ffb400;
}

a.t-a-orange:visited
{
	color: #FFF;
	background-color: #ffb400;
}

a.t-a-orange:hover
{
	color: #FFF;
	text-decoration: underline;
	background-color: #ffb400;
}

a.t-a-orange:active
{
	color: #FFF;
	text-decoration: underline;
	background-color: #ffb400;
}

/*#######################################################################*\

	SECTION 5: List

\*#######################################################################*/

/* 	5.1: Unordered list */
ul { }

ul.link
{
	padding: 0px 10px 10px 2px;
	margin: 0px;
	list-style-type: none;
}

ul.link li
{
	line-height: 15px;
	background-image: url(../../imgs/ul_link.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 14px;
	margin: 3px 0px;
}

