/*#######################################################################*\

	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: Georgia, Palatino, Times New Roman;
	font-size: 12px;
	text-align: left;
	color: #605650;
	line-height: 24px;

	vertical-align: top;
}

/*#######################################################################*\

	SECTION 2: Heading
	
\*#######################################################################*/

/* The headings inherit the colors from body, td td td */
h1
{
	margin: 5px 0px 9px 0px;
	font-weight: 100;
	font-size: 20px;
}

h2
{
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 14px;
	color:#000;
}

h3
{
	margin: 5px 0px;
	font-weight: normal;
}

h4
{
	margin: 5px 0px;
	font-weight: normal;
}

h5
	margin: 5px 0px;
	font-weight: normal;
}

h6
{
	margin: 5px 0px;
	font-weight: normal;
}


/* */
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: Georgia, Palatino, Times New Roman;
	font-size: 12px;
	line-height: 14px;
	margin-top:0px;
	margin-bottom:10px;
}

p.t_p_c { text-align: center; }
p.t_p_l { text-align: left; }
p.t_p_r { text-align: right; }

p.t_p_c_white
{
	text-align: center;
	color: #FFF;
}

p.t_p_l_white
{
	text-align: left;
	color: #FFF;
}

p.t_p_r_white
{
	text-align: right;
	color: #FFF;
}

p.t_p_c_black
{
	text-align: center;
	color: #000;
}

p.t_p_l_black
{
	text-align: left;
	color: #000;
}

p.t_p_r_black
{
	text-align: right;
	color: #000;
}

p.t_p_l_red
{
	text-align: left;
	color: #e11e2b;
}

p.t_p_error { color: #C00; }
span.t_span_error { color: #C00; }

/*#######################################################################*\

SECTION 4: Anchor
	
\*#######################################################################*/

a
{
	color: #47a3d9;
}

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;
}
