<!--
  @font-face {
    font-family: "Eurostile";
    font-style:  normal;
    font-weight: normal;
    src: url("fonts/EUROSTI0.eot");
  }
-->

a:link,a:visited { 
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
	
a:hover,a:active {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

.button a:link,
.button a:visited,
.button a:hover,
.button a:active { 
	color: #FFFFFF;
	background: #993333;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	border: 2px outset;
	text-decoration: none;
}

.moduleRowLink a:link,
.moduleRowLink a:visited {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

.moduleRowLink a:hover,
.moduleRowLink a:active {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.textBig a:link,
.textBig a:visited {
    color: #666666;
	font-size: 20px;
	line-height: 26px;
	text-decoration: underline;
}

.textBig a:hover,
.textBig a:active {
    color: #000000;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
}

.textSmall a:link,
.textSmall a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 15px;
}
	
.textSmall a:hover,
.textSmall a:active {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
} 
	
.header a:link,
.header a:visited,
.header a:active { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
	
.header a:hover {
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}

.footer a:link,
.footer a:visited,
.footer a:active { 
	color: #999966;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
}
	
.footer a:hover {
	color: #996633;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
}
	
body { 
   background-image: url(images/background.jpg);
   background-repeat: repeat-y;
   background-position: top center;
   color: #333333;
   font-size: 14px;
   line-height: 20px;
   font-family: Eurostile, Helvetica, Arial, sans-serif;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}
   
h1 {		
	font-size: 18px;
	line-height: 24px;	  	
	color: #FF9900;
}
	
h2 {	
	font-size: 16px;
	line-height: 20px;	  	
	color: #000000;
}
	
h3 {		
	font-size: 14px;
	line-height: 18px;	  	
	color: #FF6600;
	background: #CCCCCC;
}
	
h4 {		
	font-size: 13px;
	line-height: 16px;	  	
	color: #000000;
}

.dataTable {
    border: 2px solid #999999;
	padding: 1px;
	background: #FFFFFF;
}
	
.title {
    color: #336600;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

.form1 {
    background: #FFFFCC;
    color: #996633;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #CCCC99;
	border-left: 2px solid #CCCC99;
	padding: 1px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Eurostile, Helvetica, Arial, sans-serif;
}

.form2 {
    background: #FFFFFF;
    color: #996633;
	border-bottom: 2px solid #CCCC99;
	border-right: 2px solid #CCCC99;
	border-top: 2px solid #CCCC99;
	border-left: 2px solid #CCCC99;
	padding: 1px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Eurostile, Helvetica, Arial, sans-serif;
}

.form3 {
	color: #FFFFFF;
	background: #993333;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	border: 2px outset;
	text-decoration: none;
	font-family: Eurostile, Helvetica, Arial, sans-serif;
}

.textRegular {
    color: #333333;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.textBig {
    color: #CCCC99;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
}

.textSmall {
    color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.loginText {
    color: #333333;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.loginForm {
    background: #FFFFCC;
    color: #996633;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #CCCC99;
	border-left: 2px solid #CCCC99;
	padding: 1px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.inquiryForm {
    background: #FFFFFF;
    color: #996633;
	border-bottom: 2px solid #CCCC99;
	border-right: 2px solid #CCCC99;
	border-top: 2px solid #CCCC99;
	border-left: 2px solid #CCCC99;
	padding: 1px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

.dataTable {
    border: 1px solid #AAAAAA;
	padding: 1px;
	background: #FFFFFF;
}
	
.header { 
    background: url(images/background_header.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
	
.footer { 
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #999966;
	padding-left: 6px;
}

.moduleRow {	
	font-size: 12px;
	line-height: 20px;
	color: #333300;
	background: #EEEEEE;
}
	
.moduleRowOver {	
	font-size: 12px;
	line-height: 20px;
	color: #336600;
	background: #FFFFFF;
	cursor: pointer;
}
	
.hr {
    border: 0;
    color: #CCCC99;
    background-color: #CCCC99;
    height: 1px;
    width: 100%;
}

.page_images {
	display: block;
	float: right;	
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 5px;
	margin: 5px;
	margin-top: 0px;
	border: none;
	border-style: none;
}

.news_images {
	display: block;
	float: right;	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 0px;
	border: none;
	border-style: none;
}

.error {
    color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	background-color: #ffffff;
	border: thin dotted #FF0000;
}

.trans_box {
  left:0;
  top:0;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='admin/images/trans_back.png');
}

.trans_box[class] {
  background-image:url('admin/images/trans_back.png');
}

.caption {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='admin/images/trans_back.png');
}

.caption[class] {
  background-image:url('admin/images/trans_back.png');
}