.strongtext	{
			 color:#CBC283;
			 font-size:23px;
			 font-weight:bold;
			 font-style: italic;
			 text-shadow:black 2px 2px, maroon -2px -2px;
			 text-decoration:none;
			}
			
body	{
						margin:0px;
						padding:0px;
						background-color:#B8B8B8;
						font-family:Tahoma;
						}
						
a	{
						color:#797860;
						font-size:11px;
						text-decoration:underline;
						}

						
td{
						font-size:11px;
						font-family:Tahoma;
						color:#797860;
						line-height:13px;
						}
						
span b {
						color:#797860;
						font-size:11px;
						font-weight:100;
						}						
a:hover	{
						color:#797860;
						font-size:11px;
						text-decoration:none;
						}
b	{
						color:#CBC283;
						}
						
strong	{
						color:#8D8C73;
						}
strong	a	{
						color:#CBC283;
						font-size:11px;
						text-decoration:none;
						}
strong	a:hover	{
						color:#8D8C73;
						font-size:11px;
						text-decoration:none;
						}																																

ul {
						list-style-type:none;
						margin:0; 
						padding:0; 
						}							
form {
						padding:0;
						margin:0;
						}
input	{
						width:146px;
						height:18px;
						background-image: url(images/bg_input_1.gif);
						background-position: left top;
						background-repeat: no-repeat;
						border:0px solid #878D94;
						font-family:Tahoma;
						font-size:11px;
						color:#797860;
						line-height:10px;
						margin:0px 0px 2px 0px;
						padding:2px 0px 0px 7px;
						}
textarea	{
						width:146px;
						height:78px;
						background-image: url(images/bg_input_2.gif);
						background-position: left top;
						background-repeat: no-repeat;
						border:0px solid #878D94;
						font-family:Tahoma;
						font-size:11px;
						line-height:12px;
						color:#797860;
						margin:0px 0px 0px 0px;
						padding:3px 2px 0px 7px;
						overflow:hidden;
						}
.frm	td	{
						vertical-align:middle;
						}
																		
.bg_left {
						background-image: url(images/bg_left.gif);
						background-position: right top;
						background-repeat: repeat;
						}
.bg_center {
						background-image: url(images/bg_left.gif);
						background-position: left top;
						background-repeat: repeat;
						}						
.bg_right	{
						background-image: url(images/bg_right.gif);
						background-position: left top;
						background-repeat: repeat;
						}
