html					{
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: normal;
						}

body                    {	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						  	background-color:#ffffff;
							color: #331b05;
							text-decoration: none;
						}
						
form					{	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						}

/* begin links */
a, a:link, a:visited	{ text-decoration: none; color: #999999; } /*standard blue*/
a:hover   				{ text-decoration: underline; color: #999999; }
a:active  				{ text-decoration: none; }


a.txt_wht  , .txt_wht		{ color: #ffffff; font-weight:normal; }
a.txt_wht_b, .txt_wht_b		{ color: #ffffff; font-weight:bold;   }

a.txt_norm  , .txt_norm		{ color: #338000; font-weight:normal; }
a.txt_norm_b, .txt_norm_b	{ color: #338000; font-weight:bold;   }

a.txt_head  , .txt_head		{ color: #331b05; font-size:12px; font-weight:normal; }
a.txt_head_b, .txt_head_b	{ color: #331b05; font-size:12px; font-weight:bold;   }

a.txt_head_big  , .txt_head_big		{ color: #331b05; font-size:22px; font-weight:normal; }
a.txt_head_big_b, .txt_head_big_b	{ color: #331b05; font-size:22px; font-weight:bold;   }

a.txt_marked  , .txt_marked		{ color: #ba7532; font-size:11px; font-weight:normal; }
a.txt_marked_b, .txt_marked_b	{ color: #ba7532; font-size:11px; font-weight:bold;   }

a.txt_marked_big  , .txt_marked_big		{ color: #ba7532; font-size:16px; font-weight:normal; }
a.txt_marked_big_b, .txt_marked_big_b	{ color: #ba7532; font-size:16px; font-weight:bold;   }

a.txt_menu  , .txt_menu		{ color: #ffffff; font-size:13px; font-weight:normal; }
a.txt_menu_b, .txt_menu_b	{ color: #ffffff; font-size:13px; font-weight:bold;   }

a.txt_menu_sel  , .txt_menu_sel		{ color: #ffffff; font-size:13px; font-weight:normal; }
a.txt_menu_sel_b, .txt_menu_sel_b	{ color: #ffffff; font-size:15px; font-weight:bold; text-decoration:underline;   }

/* end links */


.txt_small		{ font-size: 10px; font-weight:normal; }
.txt_small_b	{ font-size: 10px; font-weight:bold;   }

.txt_wht_small		{ font-size: 9px; font-weight:normal; color: #FFFFFF; }
.txt_wht_small_b	{ font-size: 9px; font-weight:bold;   color: #FFFFFF; }

h1				{ font-size: 22px; color: #ffffff; font-weight:bold;
					margin: 0px;
					padding:0px;
					display:inline;
				}	

h5				{ font-size: 14px; color: #ffffff; font-weight:bold;
					margin: 0px;
					padding:0px;
					display:inline;
				}		