@charset "windows-1253";
/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.title {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DFDFDF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

/*These are the 	link style definitions.*/

a.title:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #DFDFDF;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.title:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #DFDFDF;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 6px;
	height: auto;
}
a.title:hover {
	color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #333333;
	display: block;
	padding-left: 6px;
	height: auto;
}
a.title:active {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #DFDFDF;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 6px;
	height: auto;
}


/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.main_text {
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-style: dotted;
	border-top-color: #62686C;
	border-right-color: #62686C;
	border-bottom-color: #62686C;
	border-left-color: #62686C;
	border-bottom-width: 1px;
}



/*These are the 	link style definitions.*/

a.main_text:link {
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


a.main_text:visited {
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


a.main_text:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #AF9E42;
}


a.main_text:active {
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AF9E42;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #62686C;
	border-right-color: #62686C;
	border-bottom-color: #62686C;
	border-left-color: #62686C;
}
