/* Default CSS Stylesheet for a new Web Application project */
	
A
{
	text-decoration:none;
	color: #0379A5;
	font-family: Tahoma;
	font-size:9pt;
	font-weight:bold;
}

 A:visited
{
	text-decoration:none;
	color: #0379A5;
}

A:hover
{
	text-decoration:none;
	color:red;
}

.Baslik
{
	background-color: #00297B;
	font-family :Arial TUR;
	font-size:15pt;
	font-weight:bold;
	color:white;
}

.AltBaslik
{
	background-color:White;
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
	color:navy;
	text-align:center;
}

.MenuText
{
	background-color:White;
	font-family:Tahoma;
	font-size:9pt;
	font-weight:normal;
	color:Black;
	text-align:left;
	
}

.Duyuru
{
	background-color:White;
	font-family: Tahoma;
	font-size:10pt;
	color:#993333;
	text-align:left;
	text-align:center;

}


