/*--		trk					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*BEGIN:	general generic styles		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

*						{
margin:					0 0 0 0;
padding:				0 0 0 0;
}

html						{
width:					100%;
height:					100%;
background-color:		#C0C0C0;
overflow:				hidden;
background-color:		#CCCCCC;
}

body					{
width:					100%;
height:					100%;
margin:					0 0 0 0;
padding:				0 0 0 0;

font-family:			arial, verdana, helvetica, sans-serif;
font-style:				normal;
font-weight:			500;
text-decoration:		none;
font-size:				12px;
color:					#000000;
text-align:				center;
}

div						{
overflow:				hidden;
margin:					0 0 0 0;
padding:				0 0 0 0;
}
/*--		trk					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		generic			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

img, a					{
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none transparent;
text-decoration:		none;
}

a 						{
cursor:					pointer;
color:					#e2001a;
}

a:hover,
a:active {
text-decoration:		underline;
}

form, fieldset				{
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none transparent;
}

area						{cursor: pointer;}



P {
margin-bottom:			10px;
text-align:				justify;
}

H1, H2, H3, H4, H5		{
font-family:			"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-style:				normal;
letter-spacing:			-0.3px;
}
H2						{
display:				block;
font-size:				20px;
}

H3 {
font-size:				16px;
}



H1 SPAN {
font-weight:			normal;
}


table {
margin:					0 0 0 0px;
padding:				0 0 0 0px;
border-collapse:		collapse;
}

table td {
padding:				0 0 0 0px;
vertical-align: 		top;
text-align:				left;
}

UL {
margin-top:			10px;
margin-bottom:		10px;
}

.listing LI {
list-style: 			none;
margin-left:		5px;
padding-left:		10px;
background: 		transparent url(../images/content/arrow2_gray_n.gif) no-repeat 0px 6px;
}

LI {
list-style:			none;
}

.downloads A {
margin-left:		5px;
padding-left:		10px;
color:				#e2001a;
background: 		transparent url(../images/content/arrow_black_n.gif) no-repeat 0px 6px;
list-style:			none;
}

.float_left {
float:				left;
margin-right:		8px;
}

/*--END		generic			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
