body {
background-image : url('images/bg_body.gif');
}

h1 {
font-family : tahoma;
line-height : 20px;
color : #454249;
letter-spacing : 1px;
font-size : 9px;
text-transform : uppercase;
border : 1px solid #393f6a;
padding : 2px;
padding-left : 28px;
background-image : url('images/header.jpg');
}

h2, h3, h4, h5 {
font-family : tahoma;
color : #5662AA;
letter-spacing : 1px;
font-size : 9px;
text-transform : lowercase;
padding : 2px;
padding-left : 28px;
}

A:link {
color : #393F6A;
font-weight : bold;
text-decoration : none;
cursor : default;
}

A:visited {
color : #393F6A;
font-weight : bold;
text-decoration : none;
cursor : default;
}

A:active {
color : #393F6A;
font-weight : bold;
text-decoration : none;
cursor : default;
}

A:hover {
color : #393F6A;
text-decoration : none;
cursor : default;
background-color : #99A1D4;
}

table {
background-image : url(images/bg.jpg);
font-family : tahoma;
color : #606060;
letter-spacing : 0;
font-size : 9px;
cursor : default;
}

input, textarea, select { 	
	border: 1px solid #393F6A; 
	color: #606060; 
	text-decoration: none;
	background-color: #868BAA;
	text-align:left;
	font-family:arial;
	font-size : 9px;
}