/* 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;
}

.bgLeft{
	background-image:url(img/bgLeft2.gif);
	background-repeat:repeat-y;
}

.bgLeft2{
	background-image:url(img/bgLeft3.gif);
	background-repeat:repeat-y;
}

.bgRight{
	background-image:url(img/bgRight2.gif);
	background-repeat:repeat-y;
}




/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#005aab;}
a:visited{text-decoration:underline; color:#005aab;}
a:hover{text-decoration:underline; color:#CC0000;}

a.link1:link{text-decoration:underline; color:#666666;}
a.link1:visited{text-decoration:underline; color:#666666;}
a.link1:hover{text-decoration:underline; color:#005aab;}

a.link2:link{text-decoration:none; color:#005aab;}
a.link2:visited{text-decoration:none; color:#005aab;}
a.link2:hover{text-decoration:none; color:#CC0000;}

a.small2:link{text-decoration:none; color:#005aab;}
a.small2:visited{text-decoration:none; color:#005aab;}
a.small2:hover{text-decoration:none; color:#CC0000;}


/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#CCCCCC;
}

.css3{
	color:#FFFFFF;
}

.css4{
	color:#FF0000;
}
.css5{
	color:#005aab;
}


.head1{
	font-size:13px;
	color:#005aab;
}

.head2{
	font-size:13px;
	color:#FF0000;
}

.small1{
	font-size:11px;
	color:#666666;
}

.small2{
	font-size:11px;
	color:#005aab;
}



/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:12px;
	color:#666666;
	
}

body{
background-color:e0edff;
background-image:url(img/bg.gif);
background-repeat:repeat-x;
}

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;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px solid #cccccc;
}

.border5x{
	border:5px solid #ffffff;
}

.border5xBlue{
	border:5px solid #ceddf1;
}

.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:#ceddf1; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomBlue{
	border-color:#ceddf1; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#ceddf1; 
	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;
}
