
.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}
.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}
.bg{
	/*background-image:url(img/bg.jpg);*/
	background-repeat:no-repeat;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/



a:link{text-decoration:none; color:#666666;}
a:visited{text-decoration:none; color:#666666;}
a:hover{text-decoration:underline; color:#3399ff;}

a.continue:link{text-decoration:none; color:#FFCC00;}
a.continue:visited{text-decoration:none;color:#FFCC00;}
a.continue:hover{text-decoration:none; color:#FFCC00;}

a.linkbold:link{font-weight:bold;text-decoration:none; color:#545454;}
a.linkbold:visited{font-weight:bold;text-decoration:none;color:#545454;}
a.linkbold:hover{font-weight:bold;text-decoration:none; color:#FFCC00;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#ed145b;
}
.css2{
	color: #7E7E7E;
	padding-left:15px;
}
.css3{
	color:#CCCCCC;
}
.css4{
	color:#FFFFFF;

}
/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f4f3f4;
}

body,table,td{

	
	font-family:Helvetica, Arial, sans-serif,Tahoma;
	font-size:12px;
	color: #545454;
	line-height:20px;
}
input{
	font-family:Helvetica, Arial, sans-serif,Tahoma;
	font-size:12px;
	color:#333333;
}
select{
	font-family:Helvetica, Arial, sans-serif,Tahoma;
	font-size:12px;
	color:#333333;
}
textarea{
	font-family:Helvetica, Arial, sans-serif,Tahoma;
	font-size:12px;
	color:#333333;
}
h1{
	font-family:Helvetica, Arial, sans-serif,Tahoma;
	font-size:12px;
	color:#545454;
	font-weight:bold;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}
tr{
	vertical-align:top;
}
img{
	border:0px;
}
ul{
	list-style: none;
	padding-left:18px;
	line-height:15px;
}
.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; 
}
/* 	EDIT -------------------------------------------------------------------------------------------------------------------------*/
.header{
	background:url(../imgs/sky.png);
	background-repeat: repeat-x;
	margin: 0px auto 0;
}
.content {
	width:   980px;
	margin:  0px auto 0;
	/*padding: 0px 20px 0px 20px;*/
}
.pad{padding: 0px 20px 0px 20px;
}
.frame{
	vertical-align:top;
	width:303px;
	background-image:url(../imgs/frameBG.gif);
	background-repeat:repeat-y;
	margin-bottom:5px;
}
.footer{
	background-image:url(../imgs/footer.gif);
	background-repeat:no-repeat;
	padding:15px 20px 0px 20px;
}
.bar{ color:#3399ff;}