@charset "UTF-8";

/* Core Styles
 * Copyright(c) 2007-2009 Zeeis.
 * Originally designed in September 2007.
 * $Id: core.css 110 2011-07-05 16:23:27Z ts $
 * $Author: ts $
 * $Rev: 110 $
*/

/* Basic Tags */

body {
	color: #454545;
	background:transparent url(http://www.dm6446.com/img/head-bg.png) repeat-x scroll 0 0;
	font-family: Tahoma, Arial, Verdana, Helvetica,  sans-serif; 
	font-size: 0.75em;
	padding: 0; margin: 0;
	text-align: center;
}

p { 
	margin-top: 0px; 
	text-align: left;
	padding:0;
	line-height: 1.5em;
}
/* Table */

/* Form */

form {
	margin:0px; padding: 0;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

img {
	vertical-align:middle;
}

/* Link */

a { 
	color: #3c71ba;
	text-decoration: none; 
}


a:link { 
	color: #3c71ba;
	text-decoration: none; 
}

a:visited
{
	color: #800080;
	text-decoration: none; 	
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
}

a img {
	border:0;
	text-decoration: none; 
}
