.doth{
	background-image :  url(img/doth.gif);
	background-repeat : repeat-x;
}

.dothBlack{
	background-image :  url(img/dothBlack.gif);
	background-repeat : repeat-x;
}

.dotv{
	background-image :  url(img/dotv.gif);
	background-repeat : repeat-y;
}

/*---------- fonts ----------*/

body,table,td{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	line-height: 14px;
}

.no{
	font-size:18px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:3px solid #cccccc;
	width:26;
	height:26;
	text-align:center;
	line-height:20px;
	letter-spacing: -3px;
}

.grey{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height: 14px;
}

.blue{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #006699;
	line-height: 14px;
}

.red{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
	line-height: 14px;
}

.orange{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF6600;
	line-height: 14px;
}

.white{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ffffff;
	line-height: 14px;
}

input{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height: 14px;
}

select{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height: 14px;
}

textarea{
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height: 14px;
}

ul {
	list-style-type: circle;
}

.border{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid; 
}

.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; 
}

.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; 
}
.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; 
}

/*---------- text-link ----------*/
a:link{text-decoration : underline; color : #FF9900;}
a:visited {text-decoration : underline; color : #FF9900;}
a:hover {text-decoration : underline; color : #669900;}

