/* REDLAB CO., LTD. [ www.redlab.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}
.dotv2{
	background-image:url(img/dotv2.jpg);
	background-repeat:repeat-y;
}

.bg{
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#990031;
}

.bgC{
	background-image:url(img/bg_center.jpg);
	background-repeat:no-repeat;
}

.bgL{
	background-image:url(img/bg_l.jpg);
	background-repeat:no-repeat;
}
/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#ffe89b;}
a:visited{text-decoration:underline; color:#ffe89b;}
a:hover{text-decoration:underline; color:#c9a142;}

a.link1:link{text-decoration:none; color:#666666;}
a.link1:visited{text-decoration:none; color:#666666;}
a.link1:hover{text-decoration:underline; color:#ff9900;}

a.link2:link{text-decoration:underline; color:#c9a142;}
a.link2:visited{text-decoration:underline; color:#c9a142;}
a.link2:hover{text-decoration:underline; color; color:#CC9900;}

a.link3:link{text-decoration:none; color:#ff9900;}
a.link3:visited{text-decoration:none; color:#ff9900}

a.link4:link{text-decoration:underline; color:#FFC12E;}
a.link4:visited{text-decoration:underline; color:#FFC12E;}
a.link4:hover{text-decoration:underline; color; color:#FFEAA3;}

a.link5:link{text-decoration:none; color:#ffe89b;}
a.link5:visited{text-decoration:none; color:#ffe89b;}
a.link5:hover{text-decoration:underline; color:#ffe89b;}

a.link6:link{text-decoration:none; color:#c9a142;}
a.link6:visited{text-decoration:none; color:#c9a142;}
a.link6:hover{text-decoration:underline; color:#ffe89b;}

a.link7:link{text-decoration:underline; color:#c9a142;}
a.link7:visited{text-decoration:underline; color:#c9a142;}
a.link7:hover{text-decoration:underline; color:#ffe89b;}

a.link8:link{text-decoration:none; color:#c9a142;}
a.link8:visited{text-decoration:none; color:#c9a142;}
a.link8:hover{text-decoration:underline; color:#ffe89b;}

a.link9:link{text-decoration:none; color:#ffe89b;}
a.link9:visited{text-decoration:none; color:#ffe89b;}
a.link9:hover{text-decoration:underline; color:#c9a142;}
/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#999999;
}

.css3{
	color:#CCCCCC;
}

.css4{
	color:#FFFFFF;
}

.css5{
	color:#ffe89b;
}

.head1{
	font-size:11px;
	text-decoration:none;
	color:#c9a142;
}

.head2{
	font-size:12px;
	color:#c9a142;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#c9a142;
}

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;
}

.Textinput{
	border:1px solid #ffe89b;
}
/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px solid #ffe89b;
}

.border2{
	border:1px solid #c9a142;
}

.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; 
}

.borderBottom{
	border-color:#a04d31; 
	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; 
}

.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;
}

li{
	list-style-image: url(img/doth2.gif);
}
