html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3d3c;
	
	background-image:url(../images/arkaplan/sayfa.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

/* LİNK */
a:link {
	color:#3c3d3c;
}

a:visited {
	color:#3c3d3c;
}

a:hover {
	color:#70ae1d;
}

a:active {
	color:#3c3d3c;
}

/* BAŞLIKLAR */
h1 a:link, h1 a:visited, h1 a:active {
	color:#70ae1d;
	text-decoration:none;
}

h1 a:hover {
	color:#3c3d3c;
}

h1 {
	font-family:"Trebuchet MS", Helvetica, Tahoma, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#70ae1d;
	
	margin:0px 0px 0px 0px;
}

h2 {
	font-family:Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#3c3d3c;
	
	margin:0px 0px 0px 0px;
}

a h2 {
	color:#3c3d3c;
}

a:hover h2 {
	color:#70ae1d;
}

p {
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}

/* LİST */
.BulletList {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
}

.BulletList li {	
	padding:4px 0px 4px 20px;
	background-image: url(../images/cesitli/bullet1.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
