/* elements -------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:155%;
	text-decoration: none;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
hr{
	padding:0px;
	margin :0px;
	border-bottom-width: 1px;
/*----netscape bug (border)----------*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;	
}
strong {
	color: #4E9A9A;
	text-decoration: none;
	font-weight:bold;
}
input {
	font-size: 11px;
	color:#666666;
	background-color:#ffffff;
}
h1 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h4 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

/* links ------------------------------------------------*/
a {
	font-weight: normal;
	color: #4E9A9A;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.side {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.side:hover {
	font-weight: normal;
	color: #4E9A9A;
	text-decoration: underline;
}
a.submenu {
	font-size:11px;
	font-weight: normal;
	color: #4E9A9A;
	text-decoration: none;
}
a.submenu:hover {
	font-size:11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.menu{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin:0px 9px 0px 0px;
	padding:0px;
}
a.menu:hover {
	font-weight: bold;
	color: #4E9A9A;
	text-decoration: none;
	margin:0px 9px 0px 0px;
	padding:0px;
}
a.sub{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height:115%;
}
a.sub:hover {
	font-weight: bold;
	color: #4E9A9A;
	text-decoration: none;
	line-height:115%;
}
a.links{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.links:hover {
	font-weight: bold;
	color: #4E9A9A;
	text-decoration: none;
}
a.bread{
	color: #999999;
	text-decoration: none;
}
a.bread:hover {
	color: #4E9A9A;
	text-decoration: none;
}

/* classes ------------------------------------------------*/
.input-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	width:200px;
	height:100px;
}
.black {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.green {
	color: #4E9A9A;
	text-decoration: none;
	font-weight:normal;
}
.grey {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
.sub {
	line-height:115%;
}
.font_size {
	font-size:12px;
	line-height:125%;
}
