html										{ 	height:100%; 			} 

body									{ 	height: 100%;
												max-height: 100%;
												background-color: #182a44;
												margin-left: 0px;
												margin-top: 0px;
												margin-right: 0px;
												margin-bottom: 0px;				}

body, td, div, p, span, font	{	color: #182a44;
												font-family:Arial, Helvetica, sans-serif;
												font-size:12px;					}

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

input.form, textarea			{	width: 200px;
												height: 16px;
												font-size: 11px;
												margin: 2px;
												border: 1px solid #9aa3ae;
												background-color: #e5e7ea;		}

textarea								{	height: 40px;			}

.t10										{	font-size: 10px;	}
.t11										{	font-size: 11px;	}
.t12										{	font-size: 12px;	}
.t14										{	font-size: 14px;	}
.t18										{	font-size: 18px;	}
.t21										{	font-size: 21px;	}

.trail									{	font-family:Arial, Helvetica, sans-serif;
												font-weight:bold;
												font-size:10px;			}

A:link									{	text-decoration: underline;	color: #ac7521;		}
A:visited								{	text-decoration: underline;	color: #ac7521;		}
A:active								{	text-decoration: underline;	color: #ac7521;		}
A:hover								{	text-decoration: underline;	color: #946010;		}
