A
{
	color: #DE5F78;
	text-decoration: none;
}

A:hover
{
	color: #BB5D86;
	text-decoration: underline;
}

IMG
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

UL, OL
{
	list-style-image: url(bullet.png);
	list-style-position: inside;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 6px;
}

.imgborder{
	background-color: #C0C8DA;
	color: #C0C8DA;
	border: 6px solid #C0C8DA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px;
}

#footermap {
	background-color: #999;
	color: #FFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
}

#footershare
{
	text-align:right;
	background-color: #999;
}

#footerlinks
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.footertext > p > a, .footertext > a, .footerlink
{
	font-size:10px;
	text-decoration: none;
	color: #E6E6E6;
	font-weight: bold;
	letter-spacing: -1px;
}

.title_bar
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Geneva, Arial, Helvetica;
	font-size: 18px;
	line-height:19px;
	background-color: #C0C8DA;
	padding: 5px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72829E;
	color: #FFFFFF;
	letter-spacing: -1px;
	border-left-width: 4px;
	border-left-color: #72829E;
	border-left-style: solid;
	margin: 0px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
}

.subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Geneva, Arial, Helvetica;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -1px;
	color: #555555;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	margin: 1px;
	word-spacing: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	padding: 3px;
	background-color: #EDEBEB;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #A59A9B;
	border-top-width: 1px;
	border-left-width: 4px;
	border-left-style: solid;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
}


.mainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #DE5F78;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	letter-spacing: -1px;
}

.mainmenu:hover
{
	color: #BB5D86;
	text-decoration: underline;
}


.smallmenu
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DE5F78;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

.smallmenu:hover
{
	color: #BB5D86;
	text-decoration: underline;
}


.text_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C8CFDF;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: -1px;
}

.background{
	margin:0;
	background-image: url(background.png);
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-color: #ECEEF4;
	background-repeat: repeat;
}


.footer{
	background:#E4E8EF;
	margin:1px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #C8CDDF;
	text-align: center;
	letter-spacing: -1px;
	color:#999;
}

.page_border{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#E4E8EF;
	margin:5px auto;
	margin-top: 0;
	width:1000px;
	padding:2px;
	text-align:left;
}


.page{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	background:#FFFFFF;
	border:1px solid #C8CDDF;
	text-align:justify;
	padding:0px;
	margin: 0px;
	position: relative;
	line-height: 14px;
}

INPUT, SELECT, TEXTAREA
{
	color: #DDDDDD;
	background-color: #5A5152;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 12px;
	border: 1px solid #C8CFDF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

B, STRONG
{
		letter-spacing: -1px;
}
.content {
	background-image: url(bk.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin: 1px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADEE9;
	color: #666;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: left;
}

#headerfloat
{
	position: absolute;
	left: 180px;
	top: 20px;
}
.tabular, .tabular > tr, .tabular > tr > td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

.rounded {
	border: 2px solid #EBEEF3;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.dissambiguation
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -1px;
	background-color: #FCFDE1;
	border: 1px dotted #CCC;
	padding: 8px;
	margin: 8px;
	
}

.clearfix {
	clear: both;
	padding: 0;
	margin: 0;
}

