/****************************************************************************************************/
/* RESET */ 
/****************************************************************************************************/

/********************************************************************************/
/* PRESET TAGS */
/********************************************************************************/

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	
	position: relative;
	overflow: hidden;
}

a {
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

ul, li {
	list-style-type: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	color: #999;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	color: #333333;
}

h4 {
	font-size: 12px;
	line-height: 18px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

big {
	font-size: 34px;
	font-weight: bold;
}

p, pre {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #999;
}

em {
	font-size: 14px;
	font-style: normal;
}

address {
	font-size: 14px;
	text-align: right;
}

fieldset {
	border: none;
}

label {
	font-size: 12px;
	text-align: left;
	color: #777;
}

textarea{
	overflow-x: hidden;
}

hr{
	margin: 10px auto;
}

/********************************************************************************/
/* NEW TAGS */
/********************************************************************************/

.clear {
	width: 0;
	height: 0 !important;
	float: none !important;
	clear: both;
	margin-left: 0;
	margin-bottom: 0 !important;
	padding: 0;
}

/******************************//* EXCEPTIONS */

.exception {
	color: red;
	
	display: block;
	padding: 10px;
	margin: 10px;
	border: 1px solid red;
	
	background-color: white;
}

.exception h2 {
	margin-bottom: 10px;
}