
* {
    margin: 0px;
    padding: 0px;
}

/*********************** Typography *********************/
/* Baseline set by the body line height. All subsequent */
/* virticle space should be set in multiples of this    */
/* line-height value                                    */
/********************************************************/

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;  
	line-height: 18px; /* Baseline setting */
}

p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Arial, Helvetica, Sans-serif; 
}

h1 { 
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
	letter-spacing: -0.012em;
}

h2 { 
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 18px;
	letter-spacing: -0.010em;
}

h3 { 
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 18px;
}

h4 {
	font-size: 16px;
	line-height: 14px;
}

h5 {
	font-size: 14px;
	line-height: 14px;
}

h6 {
	font-size: 14px;
	line-height: 12px;
}

/********************* Links **********************/

a:link, a:visited { 
	outline: none; 
	text-decoration: none;
	color: #152e95;
}

a:hover, a:active {  
	text-decoration: underline; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

pre, code, kbd {
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #000000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

acronym, abbr {
	border-bottom: 1px dotted #0000000;
}

blockquote {
	border: 1px dotted #000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

/***************** FROM ELEMENTS STARTS *****************/

form {}

form ul, form li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

form li {
    padding: 6px 0px;
    clear: both;
}

label {
	float:left;
	display: block;
	padding: 0px 3px;
	margin: 0px;
	width: 150px;
}

label.tiny { width: 30px; }
label.small { width: 75px; }
label.medium { width: 140px; }
label.large { width: 190px; }

fieldset {
	border: none;
	margin: 0px 0px 16px 0px;
	text-align: left;
	padding: 3px 3px 6px 3px;
}

legend
{
	font-size: 18px;
	letter-spacing: -0.006em;
	font-weight: 700;
}
input.tiny, input.small, input.medium, input.large {
    display: block;
    float: left;
}

input.tiny { width: 30px; }
input.small { width: 100px; }
input.medium { width: 200px; }
input.large { width: 300px; }

textarea.small { width: 150px; }
textarea.medium { width: 300px; }
textarea.large { width: 500px; }

select{
	font-family: sans-serif;
	font-size:100%;
	line-height:180%;
}
select.small { width: 150px; }
select.medium { width: 300px; }
select.large { width: 500px; }

optgroup{ font-style: normal; }

input.button {
	/*padding:4px 10px;
	background-color:#333333;
	background-image: none;
	border:none;
	color:#FFF;
	cursor:pointer;*/
}

.required {
	font-weight: 700;
	color: #000;	
}

/**************** FROM ELEMENTS FINISHES ****************/



/**************** TABLE ELEMENTS STARTS *****************/

table {
	table-layout: fixed;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 18px;
	border-collapse: collapse;
}

tbody{}

tfoot{}

tr {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 5px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	color:#333333;
}

td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
	color: #333333;
	vertical-align: top;
}

/**************** TABLE ELEMENTS FINISHES ***************/



/**************** LIST ELEMENTS STARTS ******************/

ul, ol, dl {
    margin-left: 2em;
    margin-bottom: 18px;
}

ol {}

li {}

dl {}

dt {}

dd {}

/**************** LIST ELEMENTS FINISHES ****************/

hr {
	border: 0px solid #ffffff;
	height: 1px;
	margin-bottom: 17px;
	background-color: #dddddd;
}

img {
	border:0px;
}

/****************************** Text Replacement ********************************************/

.replace {
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

/**************** GENERAL CLASSES STARTS ****************/

.clear-both{
	clear: both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.uppercase{
	text-transform:uppercase;
}

.lowercase{
	text-transform:lowercase;
}

.noScriptError{
	border:2px solid #FF0000;
	position:absolute;
	right:5px;
	top:5px;
	padding:10px 10px 0px 10px;
}

.hide{
	display:none;
}

.ie6-hide{
	_display:none;
}

.ie7-hide {
    *display: none;
}

/*************** GENERAL CLASSES FINISHES ***************/