@charset "UTF-8";
/* CSS Document */


/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

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

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#333333;}
a:visited{text-decoration:underline; color:#333333;}
a:hover{text-decoration:underline; color:#CC0000;}

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

a.link2:link{text-decoration:none; color:#604419; font-size:11px;}
a.link2:visited{text-decoration:none; color:#604419; font-size:11px;}
a.link2:hover{text-decoration:underline; color:#8b5d16; font-size:11px;}


/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.cssAlert{
	color:#ff0000;
}
.css1{
	color:#333333;
}
.css2{
	color:#999999;
}
.css3{
	color:#CCCCCC;
}
.css4{
	color:#FFFFFF;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma;
	color:#333333;
}
input{
	font-family:Tahoma;
	color:#333333;
}
select{
	font-family:Tahoma;
	color:#333333;
}
textarea{
	font-family:Tahoma;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}
tr{
	vertical-align:top;
}
img{
	border:0px;
}
ul{
	list-style:circle;
}
.borderAlert{
	border:1px solid #ff0000;
}
.border{
	border:1px solid #cccccc;
}
.borderD{
	border:1px dashed #cccccc;
}
.borderT{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderTD{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderB{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderBD{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderL{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderLD{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

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

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

/*----------print----------------*/
@media print {
.skip_print {
	visibility:hidden;
	position: absolute;
	left:0px;
	top:0px;
}
.do_print {
	visibility:visible;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
}
}
/*-----------print---------------*/


.txt-footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#604419;
	}
	
.txt-style1{font-size:14px; color:#B17733; line-height:20px;}
.txt-style2{font-size:16px; color:#B17733; font-weight:bold;}
.txt-style3{font-size:12px; color:#8C8C41; line-height:17px;}
.creative-writing-topic{
	color:#cbb494;
	font-size:14px;
}