/*
	Title:			print.css
	Copyright:		Copyright (c) 2002, Nexum Creative
	Description:	Nexum Printing Style Sheet
	Author:			Özgür GÜNEŞ
*/

/* HOME */
#home #left, #home #right, #home #flash {
	display: none;
}

/* PAGE */
body {
	font-size: 14pt;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #000;
}

#top {
	background: none;
}

#logo h1 {
	font-size: 2em;
	font-weight: bold;
	background: none;
	margin: 0;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

#slogan h2 {
	font-weight: lighter;
	font-size: 1.5em;
	background: none;
	margin: 0;
	text-align: right;
}

#menu {
	display: none;
}

#tools {
	display: none;
}

.secondCol img, .thirdCol img {
	display: none;
}

dt {
	font-weight: bold;
	font-size:  1em;
}

ul, dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style-position: inside;
}

#sidebar {
	display: none;
}

#footer {
	border-top: 1px solid #666;
	font-size: 10pt;
	color: #666;
}

#footer a{
	color: #666;
}

h3 {
	font-size: 1.2em;	
}

h4 {
	font-size: 1em;
}

div.form {
	display: none;
}

.continue {
	display: none;
}

