
@charset "utf-8";
/* CSS Document */


/* Body Atributes */

body {
	margin: 0px;
	/*background-color: #000;
	background-image: url(../img/bg_top.jpg) ;*/
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Garamond,Arial;
	font-size: 14px;
	color: #333333;
	
	
}
p,td,th,li{
 font-family: Garamond,Arial;
 font-size: 14px;
 color: #666666;
 font-weight:normal;
 
 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Font Atributes */

.finePrint {
	font-family: Garamond,Arial;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.finePrintOver {
	font-family: Garamond,Arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.logo_font {
	font-family: Adobe Garamond,Arial;
	font-size: 18pt;
	color: 999999;
	font-weight: bold;
	
}

.address_font1 {
	font-family: Garamond,Arial;
	font-size: 17px;
	color: #5c3e26;
	font-weight: bold;
}
.address_font2 {
	font-family: Garamond,Arial;
	font-size: 19px;
	color: #5c3e26;
	font-weight: bold;
}
.address_phone {
	font-family: Garamond,Arial;
	font-size: 22px;
	color: #5c3e26;
	font-weight: bold;
}
.title {
	font-family: Garamond,Arial;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}



.text_normal {
	font-family: Garamond,Arial;
	font-size: 12px;
	color: #797979;
	font-weight: bold;
}
.text_brown_bold {
	font-family: Garamond,Arial;
	font-size: 16px;
	color: #4F2E19;
	font-weight: bold;
}
.text_black_bold {
	font-family: Garamond,Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

