body					{
						background-color: #cccccc;
						margin-top: 0px;
						margin-right: 0px;
						margin-left: 0px;
						font-family: "Verdana",verdana,arial,helvetica,sans-serif;
						color: #fff;
						font-size: 0.8em;
						}

th						{ padding-bottom: 12px;	}
			
a:link				{
						color: #ffc;
						text-decoration: underline;
						}
				
a:visited			{
						color: #ffc;
						text-decoration: underline;
						}
				
a:active				{
						color: #ffc;
						text-decoration: underline;
						}
				
a:hover				{
						color: #ff0;
						text-decoration: underline;
						}
						
ul.special			{ list-style-image: url('../img/li.gif'); }
						
.special li			{ margin-bottom: 7px; }
				
.main					{
						margin-left: 15px;
						margin-top: 10px;
						margin-bottom: 15px;
						width: 370px;
						}				

.left					{
						float:left;
						background-color: #f1f1f1;
						}
				
.right				{
						float:right;
						width: 166px;
						background-color: #6d8fc0;
						padding-right: 14px;
						color: #ffc;
						}
				
.righttext			{
						background-image:url('../img/quote_bkgrnd.gif');
						background-repeat: repeat-y;
						font-size: 0.9em;
						padding-left: 4px;
						padding-right: 4px;
						}
				
.skip					{ display: none; }

.footer				{
						color: #666;
						}

a.footer:link		{
						color: #666;
						font-size: 0.8em;
						text-decoration: none;
						}
						
a.footer:active	{
						color: #666;
						font-size: 0.8em;
						}
						
a.footer:visited	{
						color: #666;
						font-size: 0.8em;
						text-decoration: none;
						}
						
a.footer:hover		{
						color: #666;
						font-size: 0.8em;
						text-decoration: underline;
						}

.required			{
						padding-right: 10px;
						font-weight: bold;
						text-align: right;
						}

.notreq				{
						padding-right: 10px;
						text-align: right;
						}

.error				{
						color: #ff0;
						font-size: 0.8em;
						}

.small				{ font-size: 0.8em; }