/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		WAR
Filename:		print.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	20/2/07		PG			created

*/

@import url('/css/screen/coArticle.css');
@import url('/css/screen/coArticlePeople.css');
@import url('/css/screen/coCategoryDownload.css');
@import url('/css/screen/coSiteMap.css');
@import url('/css/screen/layout_forms.css');


body {
	margin: 0;
	padding: 0;
	font: normal 75% arial,verdana,sans-serif;
	color: #000; 
}


#ToolsMenu,#Search,#LeftCol,#coSiteFooter{
	display:none;
}



img {
	border: none;
}
select, input, textarea{
	font-family:verdans,arial, sans;
	font-size:1em;
}


p{
	margin:0;
	padding:0.5em 0em;
}


h1,h2,h3,h4,h5,h6{
	color:#0B1960;
	margin:0;
	padding:0.8em 0em;
	font-weight: normal;
	font-size: 1em;
}


h1 {
	font-weight: bold;
	font-size: 1.7em;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
}

h4 {
	font-weight: bold;
	font-size: 1.3em;
}

h5 {
	font-weight: bold;
	font-size: 1.2em;
}

#MainCol a,
#RightCol a{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#MainCol a:hover,
#RightCol a:hover{
	/*color:#0C1770;
	font-weight:bold;*/
	text-decoration:none;
}

ul{
	list-style:square;
}

blockquote{
	font-size:1.25em;
}

hr{
	background-color:#ccc;
	color:#ccc;
	height:1px;
	border:0;
}