/* CSS Document */
.bg{
background-image:url(images/bg.jpg);
}
.top_bg{
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
height:36px;
}
.left_bg{
background-image:url(images/left_bg.jpg);
background-repeat:repeat-y;
}
.bottom_bg{
background-image:url(images/bottom_bg.jpg);
background-repeat:repeat-x;
}
.right_bg{
background-image:url(images/right_repeat.jpg);
background-repeat:repeat-y;
}
.txt_black{
font-family:Verdana, Arial, Helvetica ;
font-size:14px;
color:#000000;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
.txt_red{
font-family:Verdana, Arial, Helvetica ;
font-size:16px;
color:#bc1a21;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
.txt_red_new{
font-family:Verdana, Arial, Helvetica ;
font-size:12px;
color:#bc1a21;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
.txt_brown{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#503a23;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
.txt_brown_normal{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#503a23;
font-weight:normal;
text-decoration:none;
font-style:normal;
}

.txt_brown_normal_new{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#503a23;
font-weight:normal;
text-decoration:none;
font-style:normal;
}
.txt_brown_normal_new:hover{
color:#bc1a21;
}
.txt_white{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
font-style:normal;
}
.txt_white_menu{
font-family:Verdana, Arial, Helvetica ;
font-size:10px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
a.txt_white_menu:hover{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
font-style:normal;
}
.txt_blue{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#FF0000;
font-weight:bold;
text-decoration:underline;
font-style:normal;
}
a.txt_blue:hover{
font-family:Verdana, Arial, Helvetica ;
font-size:11px;
color:#75d4f7;
font-weight:bold;
text-decoration:underline;
font-style:normal;
}
.divclassPop {
	position:absolute;
	left: 273px;
	top:470px;
	overflow:hidden;
	visibility: hidden;
	width: 333px;
	height: 166px;
}
.divclassPop1 {
	position:absolute;
	left: 250px;
	top:470px;
	overflow:hidden;
	visibility: hidden;
	width: 200px;
	height: 300px;
}
.divclassPop2 {
	position:absolute;
	left: 250px;
	top:470px;
	overflow:hidden;
	visibility: hidden;
	width: 200px;
	height: 300px;
}
.divclassPop3 {
	position:absolute;
	left: 250px;
	top:470px;
	overflow:hidden;
	visibility: hidden;
	width: 200px;
	height: 300px;
}
.divclassPop4 {
	position:absolute;
	left: 250px;
	top:470px;
	overflow:hidden;
	visibility: hidden;
	width: 200px;
	height: 300px;
}
.txtbox{
border:1px;
border-color:#503a23;
border-style:dotted;
width:250px;
height:21px;
}
.border{
border:1px solid #503a23;
}
.txtbox_large{
border:1px;
border-color:#503a23;
border-style:dotted;
width:250px;
height:80px;
}
.txtbox_small{
border:1px;
border-color:#503a23;
border-style:dotted;
width:100px;
height:21px;
}
.button {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #c8402b;
	border:1px solid #fafac5;
	padding: 1px 1px 1px 1px;
    text-decoration: none;
}
.button:hover{
background-color: #f2b83d;
}
.button_new {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #663f3a;
	border:1px solid #fafac5;
	padding: 1px 1px 1px 1px;
    text-decoration: none;
}
