/* default link style for the website*/
a:link  {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	font-style : italic;
}

a:visited  {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a:hover  {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}

/* link style for the footer nav*/
a.footernav:link  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

a.footernav:visited  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

a.footernav:hover  {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : underline;
	font-style : italic;
}

/* link style for the headlines*/
a.headline:link  {
	color : #9999cc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.headline:visited  {
	color : #9999cc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.headline:hover  {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

/* link style for the left nav*/
a.leftnav:link  {
	color : #0066CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	;
	line-height : 11px;
	font-style : normal;
}

a.leftnav:visited  {
	color : #0066CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	;
	line-height : 11px;
	font-style : normal;
}

a.leftnav:hover  {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
	;
	line-height : 11px;
	font-style : normal;
}

.textfooter  {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
    font-style : italic;
}

.textheadlinebig  {
	color : #9999cc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

a.textheadlinebiglink:link  {
	color : #9999cc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.textheadlinebiglink:visited  {
	color : #9999cc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.textheadlinebiglink:hover  {
	color : Black;
	font-family : monospace;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

.textrtheader  {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : center;
}

.textrtheaderbold  {
	color : #9999cc;
	font-family : monospace;
	font-size : 13px;
	font-weight : bold;
	text-align : center;
}

.textsmall  {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.textsmallbold  {
	color : #808080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

li  {
	list-style-image : url(../lp_images/bullet.gif);
}

td  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
}

p  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
}

body  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
}

ul  {
	text-indent : 0pt;
}

a.textlogo:link  {
	font-size : small;
	font-family : monospace;
	font-weight : bold;
	font-style : normal;
	color : #333366;
}

a.textlogo:visited  {
	font-size : large;
	font-family : monospace;
	font-weight : bold;
	font-style : normal;
	color : #333366;
	text-decoration : none;
}

a.textlogo:hover  {
	font-size : small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}


