/* this file for default styles only */
/* all styles for all browsers in markup.css */
/* fix for ie in ie.css and oldie.css */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	width: 100%;
}
body {
	font-family : Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height:1.2em;
	color: #262626;
	width: 100%;
	height:100%;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; padding: 20px 0 0 0; color: #5e5e5e; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

p {
	margin: 0 0 20px 0;
}
address {
	margin: 0 0 25px 0;
	font-style: normal;
}
a {
	color: #5e5e5e;
}
a:hover {
	color: #5e5e5e;
}
img {
	border: 0;
}
hr {
	color: #D0D3CC;
	background: #D0D3CC;
	height: 1px;
	border: 0;
}
dd {
	margin-left: 1.7em;
}
ul, ol, li {
	/*margin-left: 2em;*/
}
ul, ol, dl {
/*	margin-bottom: 10px;*/
}
table {
	font-size: 100%;
}
fieldset {
	border:0;
}
fieldset legend {
}

input {
}


/* end of default styles */


.xx-small {
	font-size: xx-small;
}
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}

address strong {
	display: block;
	padding: 0 0 8px 0;
}


ul.nomark {
	list-style:none;
}

.rel {
	position: relative;
}
.cntr {
	width: 100%;
	overflow: hidden;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.nowrap {
	white-space: nowrap;
}