* {margin:0px; padding:0px}

body {
	font-size: 14px;
	margin: 0px;
    background-color: #3D3D3D;
	background-image: url(./images/bg.gif);
	font-family: Verdana, Trebuchet MS, arial, sans-serif;
} 

img {
	border-width: 0px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 95%;
	max-width: 550px;
	border: 0;
	margin: 10px;
}

/* FLOATS */
.left {
	float: left;
}

.right {
	float: right;
}

/* BORDER */
.whiteBg {
	background-color: #ffffff;
}

div.borderBottom {
	background-image: url('./images/border/6.gif');
	background-repeat: x-repeat;
	height: 6px;
}

div.borderTop {
	height: 18px; 
	background-image: url('./images/border/2.gif'); 
	background-repeat: repeat-x;
}

div.borderRight {
	background-image:url('./images/border/4.gif');
	background-repeat: repeat-y;
	background-position:right;
}

div.borderLeft {
	background-image:url('./images/border/8.gif');
	background-repeat: repeat-y;
	background-position:left;
}

div.borderTopRight {
	float:right; 
	background-image: url('./images/border/3.gif'); 
	width: 6px; 
	height: 18px;
}

div.borderTopLeft {
	float: left; 
	background-image: url('./images/border/1.gif'); 
	width: 18px; 
	height: 18px;
}

div.borderBottomRight {
	float:right; 
	background-image: url('./images/border/5.gif'); 
	width: 6px; 
	height: 6px;
}

div.borderBottomLeft {
	float: left; 
	background-image: url('./images/border/7.gif'); 
	width: 18px; 
	height: 6px;
}

/* BOXES */
div.box {
	width: 500px; 
	line-height: 1.4em; 
	text-align: justify; 
	padding: 5px;
	margin: 5px;
}

div.gray {
	background-color: #eeeeff;
	border: 1px solid #ccccdd; 
}

div.red {
	background-color: #ffcccc;
	border: 1px solid #ddaaaa; 
}

div.green {
	background-color: #ccffcc;
	border: 1px solid #aaddaa; 
}

/* LINKS */
a {
	color: #222244;
	text-decoration: none;
	text-decoration: underline;
}

a.headerSub1 {
	font-size: 1.2em;
	color: #3B487D;
	text-decoration: none;
	background-image: url('./images/buttonBg.png');
	padding: 2px;
}

a.headerSub1:hover, a.headerSub2:hover {
	background-image: none;
	color: #000000;
}

a.headerSub2 {
	font-size: 1.3em;
	color: #162252;
	text-decoration: none;
	background-image: url('./images/buttonBg.png');
	padding: 2px;
}

a.headerSub3 {
	font-size: 0.7em;
	text-decoration: none;
}

a:hover {
	color: #777777;
}

span.headerLarge {
	color: #AAAAAA;
}

/* INPUTS */
input, textarea, select {
	border-width: 1px;
	border-color: #FFFFFF;
	background: #FFFCEF;
	padding: 2px;
	margin: 2px;
}

input:focus {
}