/* CSS definition file containing site wide stylesheets */

.RegularText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(102,51,153);
 	font-weight: normal;
 	font-style: normal;
 	text-align: left
}

.TextObject {
	font-family: "Times New Roman TUR",  serif;
 	font-size: medium;
 	color: rgb(102,51,153);
 	font-weight: normal;
 	font-style: normal;
 	text-align: left
}

.LinkText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,128,128);
 	font-weight: normal;
 	font-style: normal
}

.HeadingText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(0,128,128);
 	font-weight: bold;
 	font-style: italic;
 	text-align: left
}