.doth{
	background-image :  url(img/doth.gif);
	background-repeat : repeat-x;
}

.dotv{
	background-image :  url(img/dotv.gif);
	background-repeat : repeat-y;
}

.bgT{
	background-image :  url(img/BGT.gif);
	background-repeat : repeat-x;
}

.bgB{
	background-image :  url(img/BGB.gif);
	background-repeat : repeat-x;
}

.bgL{
	background-image :  url(img/BGL.gif);
	background-repeat : repeat-y;
}

.bgR{
	background-image :  url(img/BGR.gif);
	background-repeat : repeat-y;
}

.bgAL{
	background-image :  url(img/BGAL.gif);
	background-repeat : repeat-y;
}

.bgAR{
	background-image :  url(img/BGAR.gif);
	background-repeat : repeat-y;
}

/*---------- fonts ----------*/
.redlab{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #999999;
}

body,table,td{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

.black{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #000000;
}

.blue{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #006699;
}

.red{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #CC0000;
}

.redHB{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 16px;
	color : #CC0000;
	font-weight: bold;
}

.orange{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #FF6600;
}

input{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

select{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

textarea{	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

.NAV{
	border: 1px solid #999999;
	padding: 1px 5px;
}

.subNAV{
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #ffffff;
	visibility: hidden;
}

.border{
	border: 1px solid #cccccc;
	height: 10px;
}

.borderWhite{
	border: 1px solid #FFFFFF;
	height: 10px;
}

.borderTop{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 0px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid; 
}

.borderBottom{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid; 
}

.borderLeft{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 1px; 
	border-right-width: 0px; 
	border-style: solid; 
}
.borderRight{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 0px; 
	border-right-width: 1px; 
	border-style: solid; 
}

.borderLeftRight{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid; 
}

ul{
	list-style : circle;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #333333;}
a:visited {text-decoration : none; color : #333333;}
a:hover {text-decoration : none; color : #CC0000;}

a.navOff:link{	
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #ffffff;
	height: 10px;
}
a.navOff:visited {
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #ffffff;
	height: 10px;
}
a.navOff:hover {
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #e7e7e7;
	height: 10px;
}

a.navOn:link{	
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #e7e7e7;
	height: 10px;
}
a.navOn:visited {
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #e7e7e7;
	height: 10px;
}
a.navOn:hover {
	border: 1px solid #999999;
	padding: 1px 5px;
	text-decoration : none;
	color : #000000;
	background-color: #e7e7e7;
	height: 10px;
}

a.redUL:link{text-decoration : underline; color : #CC0000;}
a.redUL:visited {text-decoration : underline; color : #CC0000;}
a.redUL:hover {text-decoration : underline; color : #000000;}

a.blackUL:link{text-decoration : none; color : #333333;}
a.blackUL:visited {text-decoration : none; color : #333333;}
a.blackUL:hover {text-decoration : underline; color : #333333;}

a.redlabLink:link{text-decoration : none; color : #999999;}
a.redlabLink:visited {text-decoration : none; color : #999999;}
a.redlabLink:hover {text-decoration : none; color : #CC0000;}


.imgPNG{
	behavior:url(iepngfix.htc);
}
