.bg{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

.bgNAV{
	background-image:url(images/bgNAV.jpg);
	background-repeat:no-repeat;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: auto;
	height: auto;
	color: #555555;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color:#FA9505;
	scrollbar-base-color:#;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#EEEEEE;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#666666;
}
h1 {
	color: #4A5468;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #4A5468;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color: #4A5468;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #4A5468;
	font-size: 11px;
	font-weight: bold;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;

}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
#white{
	color: #FFFFFF;
}
#gray{
	color: #CCCCCC;
}
#black{
	color: #000000;
}
#strong{
	font-weight: bolder;	
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #0B738E;
}
/*---------- text-link ----------*/
a:link {
	 
	text-decoration: none;
}
a:visited {
	color: #0C5163;
	text-decoration: none;
}
a:hover {
	color: #FA9505;
	text-decoration: underline;
}
a:active {
	color: #FA9505;
	text-decoration: none;
}
/*---------- input ----------*/
.cusinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #EEEEEE;
}
input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.border{
	border:1px solid #cccccc;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}
.borderContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-position: center center;
	border-top: 1px outset #DBDBDB;
	border-right: 1px outset #DBDBDB;
	border-bottom: 1px outset #DBDBDB;
	border-left: 1px outset #DBDBDB;
}
