html					{
							font-family: Georgia, Times New Roman, Times, serif;
							font-size: 12px;
							font-weight: normal;
						}

body                    {	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						  	background-color:#ffffff;
							color: #000000;
							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: #3a5c2b; } /*standard blue*/
a:hover   				{ text-decoration: underline; color: #28401d; }
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_menu  , .txt_menu		{ color: #cc6e00; font-size:13px; font-weight:normal; }
a.txt_menu_b, .txt_menu_b	{ color: #cc6e00; font-size:13px; font-weight:bold;   }

/* end links */


.txt_head		{ font-size: 16px; color: #338000; font-weight:normal; }
.txt_head_b		{ font-size: 16px; color: #338000; font-weight:bold;   }

.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;
				}		