body {
	background-color: #EAEAEA;
        background-image: url();
        background-repeat: repeat-y;
        background-position: 50px;
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 10pt;

}


a {
	color: #93B6B0;
	text-decoration: none;
}

a:hover {
	color: #6F8582;
}

b, strong {
	color: #C0B288;
        font-weight: bold;
}

i, em     {
	color: #7F8272;
}

.img {
	border: 1px solid #E0E0E0;
}

a img {
        background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
        padding: 3px;
        -moz-border-radius: 5px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px;
}

a:hover img {
        border: 1px solid #CDA78B;
}

table, tr, td {
	font-size: 11px;
}

textarea, input, select, button {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #808080;
        cell-spacing: 2px;
	padding: 5px;
	background-color: #DEDEDE;
	border: #CCCCCC 1px solid;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.title {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #7A9D96;
	background-image : url(title_bg.png);
        text-transform: uppercase;
        font-weight: bold;
	line-height: 9pt;
	padding: 6px;
        padding-left: 10px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.title2 {
	background-color: #CCCCCC;
	color: #B2B0B0;
        font-size: 11px;
	background-image : url(title2_bg.png);
	line-height: 10pt;
	padding: 6px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.content {
	background-color: #EDEDED;
        height: 100%;
        padding: 3px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;

}