/* ---------- general.css ---------- */ 

html {
	height: 100%;
}

body { 
height: 100%;
margin-bottom: 10px;
font-family: verdana, Arial, Helvetica; 
font-size: 13px; 
font-weight: normal; 
font-style: normal; 
color: #ffffff; 
margin:0; 
padding:0; 
background-image:url(images/dts_bg.gif);
background-repeat:repeat;
background-color: #333333; 
}

.outline {
  	border: 1px solid #ee0000;
 	padding: 2px;
}

a    	  { font-size: 12px ; font-family: Arial,Helvetica; font-weight: bold;  letter-spacing: 0px; color: #999999; text-decoration:none; }

.navi1    	  { font-size: 12px ; font-family: Arial,Helvetica; font-weight: bold;  letter-spacing: 0px; color: #808FAA; text-decoration:none; }
a.navi1    	  { font-size: 12px ; font-family: Arial,Helvetica; font-weight: bold;  letter-spacing: 0px; color: #808FAA; text-decoration:none; }
a.navi1:hover { font-size: 12px ; font-family: Arial,Helvetica; font-weight: bold;  letter-spacing: 0px; text-decoration: underline; }

.navi2    	  { font-size: 10px ; font-family: Arial,Helvetica; font-weight: normal;  letter-spacing: 0px; color: #808FAA;  text-decoration:none; }
a.navi2    	  { font-size: 10px ; font-family: Arial,Helvetica; font-weight: normal;  letter-spacing: 0px; color: #808FAA;  text-decoration:none; }
a.navi2:hover { font-size: 10px ; font-family: Arial,Helvetica; font-weight: normal;  letter-spacing: 0px; text-decoration: underline; }

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ED1D29; 
	font-weight: bold;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ED1D29; 
	font-weight: bold;
	text-decoration:underline;
}

.box {
	width:280px;
	font-size: 12px ; 
	font-family: verdana; 
	font-weight: normal;  
	letter-spacing: 0px; 
	color: #eeeeee;
	background-color:#666666;	
	text-decoration:none;
	border: 1px solid #222222;
   	padding: 10px;
}

.footer {
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
}

.navi_bg {
background-image:url(images/navi_bg.jpg);
background-repeat:no-repeat;
padding-top:7px;
}

.navi {
font:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#000000;
}

a.navi {
	display: block;
	background: url(images/navi.jpg) no-repeat;
	font-weight: bold;
	color: #333333;
	text-align:center;
	line-height: 20px;
	vertical-align:middle;
	width: 130px;
	text-decoration: none;
}

a.navi:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #ffffff;
}

.txt    	  { font-size: 12px ; font-family: Arial,Helvetica; font-weight: normal; letter-spacing: 0px; color: #333333; text-decoration:none; }
.txtk    	  { font-size: 10px ; font-family: Arial,Helvetica; font-weight: normal; letter-spacing: 0px; color: #333333; text-decoration:none; }

.footer { 
	font-size: 10px; 
	font-family: Arial,Helvetica; 
	font-weight: bold;  
	letter-spacing: 0px; 
	color: #666666; 
	text-decoration:none; 
	padding-top:7px;
}
a.footer { 
	font-size: 10px; 
	font-family: Arial,Helvetica; 
	font-weight: bold;  
	letter-spacing: 0px; 
	color: #666666; 
	text-decoration:none; 
	padding-top:7px;
}
a.footer:hover { 
	color: #ff0000; 
}

