body {
	background-color: #D6E5D5;
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica, sans-serif; color:#008080;
	background-image:url('images/bg.gif')
}
td {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica, sans-serif
}

strong, b, .bold { 
    font-weight:bold; 
}

/* colors ----------------------------------------------------- */

.nd_orange {
	color: #F48A00;
}

.white {
    color: #FFFFFF;
}
/* link related -------------------------------------------------- */
.link_menu {
	font-weight: bold;
	color: #3e6c80;
	font-size: 13px;
	border: none;
	cursor: hand;
	text-decoration: underline;
}
.

.top_menu {
	font-weight: bold;
	color: #003366;
	font-size: 13px;
	border: none;
	cursor: hand;
	text-decoration: underline;
}
.title {
	font-weight: bold;
	color: #3399FF;
	font-size: 15px;
}

.sub_menu {
	font-weight: bold;
	color: #618c9e;
	font-size: 11px;
	border: none;
	cursor: hand;
	text-decoration: underline;
}

.summary {
	color: #003366;
	font-size: 12px;
	border: none;
}

.link_text {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	border: none;
	cursor: hand;
}
/* font sizes ------------------------------------------------ */
.s10 { font-size: 10px }
.s11 { font-size: 11px }
.s12 { font-size: 12px }
.s13 { font-size: 13px }
.s14 { font-size: 14px }

/* h sizes ------------------------------------------------ */
.h1 { font-size: 14px }
.h2 { font-size: 13px }
.h3 { font-size: 12px }

/* input related ---------------------------------------------- */
.input_text {
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	width: 90%;
	overflow: hidden;
}
