/*--		trk					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*BEGIN:	general generic styles		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

*						{
margin:					0 0 0 0;
padding:				0 0 0 0;
}

html						{
width:					100%;
height:					100%;
overflow: 				-moz-scrollbars-vertical;
overflow-y:				scroll;
overflow-x:				hidden;
}

body					{
width:					100%;
height:					100%;
margin:					0 0 0 0;
padding:				0 0 0 0;

font-family:			Arial,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:					#00B4FF;
}

form, fieldset				{
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none transparent;
}

area						{cursor: pointer;}


P A:link, P A:visited {
text-decoration: none; color: #00B4FF;}
P A:hover, P A:focus, P A:active {
text-decoration: underline; color: #00B4FF;}
A:hover, A:focus, A:active {
text-decoration: underline;
#00B4FF;
}

H1, H2, H3, H4, H5, .h1, .h3 {
font-family:			Georgia, "Times New Roman", serif;
font-style:				normal;
font-weight:			normal;
color:					#00B4FF; /*#4cbbe9;*/
}
H1, .h1 {
font-size:				18px;
margin:					0px 0px 15px 0px;
color:					#00B4FF;
}
H2 {
font-size:				16px;
margin:					0px 0px 20px 0px;
}
H3, .h3 {
font-family:			Arial,Helvetica,sans-serif;
font-size:				12px;
font-weight: 			bold;
margin:					0px 0px 10px 0px;
}
P, LI{
font-size:				12px;
color:					#555555; /*#6b7279;*/
}
A {
font-family:			Arial,Helvetica,sans-serif;
}

UL {
margin: 10px 0px 10px 0px;
}
UL LI {
list-style: none;
padding: 0px 0px 0px 20px;
margin: 2px 0px 2px 0px;
background: transparent url(../images/content/list_bullet_level1.gif) no-repeat 0px 0px;
list-style-position: outside;
line-height: 16px;
display: block;
}

OL LI {
margin-left: 30px;
padding-left: 10px;
list-style-position: outside;
}



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

/*--END		generic			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
