/* --------- default text --------- */
body, p, td, td.p {
	color : #666666;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
}

body {
	background : url(../graphics/system/main_bkg.jpg) no-repeat;
	background-color : #FFFFFF;
}

/*  --------- default text links --------- */
a, a:link, a:visited {
	color : #993333;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	color : #FF9933;
	text-decoration: underline;
}

/* --------- title text style 0 (titles) --------- */
.t0 {
	color : #666666;
	font-size : 14px;
	font-style : none;
	font-weight : bold;
}

/* --------- text style 1 --------- */
.t1 {
	color : #666666;
	font-size : 13px;
	font-style : none;
	font-weight : bold;
}

/* --------- text style 2 --------- */
.t2 {
	color : #666666;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
}

/* --------- text style 3 --------- */
.t3 {
	color : #666666;
	font-size : 11px;
	font-style : none;
	font-weight : normal;
}

.t3:link, .t3:visited {
	color : #993333;
	font-weight: normal;
	text-decoration: underline;
}

.t3:hover, .t3:active {
	color : #FF9933;
	text-decoration: underline;
}

/* --------- text style 3a --------- */
.t3a {
	color : #FF9933;
	font-size : 11px;
	font-style : none;
	font-weight : normal;
}

.t3a:link, .t3a:visited {
	color : #993333;
	font-weight: normal;
	text-decoration: underline;
}

.t3a:hover, .t3a:active {
	color : #FF9933;
	text-decoration: underline;
}

/* --------- text style 4 --------- */
.t4 {
	color : #666666;
	font-size : 9px;
	font-style : none;
	font-weight : normal;
}

.t4:link, .t4:visited {
	color : #993333;
	font-weight: normal;
	text-decoration: underline;
}

.t4:hover, .t4:active {
	color : #FF9933;
	text-decoration: underline;
}