/*
 *	B.MerT UraL
 *	Mail Gonderme Css dosyası
 */

BODY {
	font-family: Verdana;
	font-size: 10px;
}
TD {
	font-family: Verdana;
	font-size:10px;
}

/* Link Attributes */
A:Link {
	text-decoration: none;
	color: #1876C5;
}
A:Visited {
	text-decoration: none;
	color: #A5473D;
}
A:Active {
	text-decoration:none;
	color: #1876C5;
}
A:Hover {
	text-decoration: underline;
	color: #FF8635;
}

/* Breadcrumbs Attributes */
#Breadcrumbs {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	background-image: url(bg_breadcrumbs.gif);
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	height: 12px;
}
#Breadcrumbs A:Link{
	color: #000000;
}
#Breadcrumbs A:Visited{
	color: #000000;
}
#Breadcrumbs A:Hover{
	text-decoration: underline;
	color: #000000;
}

/* Bottom Breadcrumbs Attributes */
#BottomBreadcrumbs {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	background-image: url(bg_breadcrumbs.gif);
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	height: 12px;
}

/* Header And Footer Attributes */
.Header, .Footer {
	background-image: url(bg_header.gif);
	background-color: #EBF1F4;
	border: 1px solid #C8C8C8;
	font-weight: bold;
	height: 22px;
}

/* Mouse Over And Mouse Out Attributes */
.MouseOut {
	background-color: #FFFFFF;
}
.MouseOver {
	background-color: #F0F0F0;
}