﻿@import url('reset.css');


body {
	/*padding:10px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;
	line-height:13px;*/
	font-size:small;
	line-height:normal;
}
h1 {
	font-weight:normal;
	/*font-size:20px;
	line-height:25px;*/
	font-size:x-large;
	margin:15px 0 10px 0;
}
h2 {
	font-weight:normal;
	/*font-size:16px;
	line-height:20px;*/
	font-size:large;
	margin:10px 0 5px 0;
}

p {
	margin-bottom:5px;
}
a {
	color:black;
}
ul {
	margin:0 0 5px 30px;
	list-style-type:disc;
}
ol {
	margin:0 0 5px 30px;
	list-style-type:decimal;
}





/*-----------------Start page print styles--------------------*/
.startTopContainer img ,
.startBottomContainer img {
	display:none;
}









/*-------------------------Default print styles-----------------*/

.header {
	margin-bottom:20px;
}
.topMenu ,
.contentBkgContainer,
.thumbBox ,
.subMenu ,
.subMenuLev2 ,
.newsContainer ,
.toolContainer ,
.footer {
	display:none;
}
#Div1, #Div2, #Div3, #Div4, #Div5 {
	display:block!important;
}

