body, h1, h2 {
	margin:				0;
	padding:			0;
}
table {
	border:				0;
}
td, p, h1, h2, input, textarea, select {
	padding:			0;
	font-family:		Verdana;
	font-size:			11px;
	line-height:		130%;
}
A img {
	border:				0;
}
h1 {
	font-size:			13px;
	color:				#707070;
}
h2 {
	font-size:			13px;
	color:				#707070;
}

#container {
	width:				100%;
}
#container #left, #container #right {
	width:				50%;
}
#container #middle, #main {
	width:				776px;
}

/* global links */
A {
	color:				#CF1000;
	text-decoration:	none;
}
A:hover {
	color:				#FF3000;
}
#cont A {
	text-decoration:	underline;
}

/* inputs */
input, textarea, select {
	width:				100%;
	border:				1px solid #A2A2A2;
	margin:				0 0 1px 0;
	padding:			1px 0 1px 0;
}
textarea {
	height:				100px;
}
input.checkbox {
	width:				14px;
	height:				14px;
}

/*  */
ul li {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		130%;
	margin: 			0 0 3px -15px;
}
ol li {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		130%;
	margin: 			0 0 3px -11px;
}
ul li {
	list-style-image: url(../images/arrow4.gif);
}

/* text styles */
.white, .white A {
	color:				#FFF;
	text-decoration:	none;
}
.white A:hover, .white .selected {
	color:				#CF1000;
}
.mainPage, .mainPage p {
	font-family:		Tahoma;
}
.grey, .grey p {
	color:				#6E6E6E;
}
.h2 {
	color:				#8F8F8F;
	font-weight:		bold;
	font-size:			13px;
}
.h3 {
	color:				#CF1000;
	font-weight:		bold;
	font-size:			12px;
}
.menuLeft, .menuLeft A {
	font-weight:		bold;
	color:				#707070;
	font-family:		Tahoma;
}
.menuLeft A:hover, .menuLeft .selected {
	font-weight:		bold;
	color:				#CF1000;
	font-family:		Tahoma;
}

/* tables */
table .tab1 {
	background:			#EFEFEF;
	padding:			5px 10px 5px 10px;
}