html						{ 	height:100%; 				} 

body					{ 	height: 100%;
								max-height: 100%;
								margin: 0px;	
								background: #FFFFFF url(images/background.gif) repeat-y top center;		}

body, td, div, 
p, span, font		{	color: #404040;	
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								line-height: 150%;			}

img						{	border: none;				}
ul							{	margin-top: -5px;			}

.textpale				{	color: #aeaeae;				}

.text10				{	font-size: 10px;				}
.text11				{	font-size: 11px;				}
.text12				{	font-size: 12px;				}
.text14				{	font-size: 14px;				}
.text16				{	font-size: 16px;				}
.text18				{	font-size: 18px;				}
.text21				{	font-size: 21px;				}

A:link					{	text-decoration: underline;	color: #6c6c6c;		}
A:visited				{	text-decoration: underline;	color: #6c6c6c;		}
A:active				{	text-decoration: underline;	color: #9f9f9f;		}
A:hover				{	text-decoration: underline;	color: #9f9f9f;		}

