html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

img, a img, :link img, :visited img { border: none; }

:focus {
	outline: 0;
}

table, table td {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 9pt Tahoma, 'Trebuchet Ms',  Verdana, Helvetica, sans-serif;
	color: #353535;
	text-align: center;					 
}

/***** Links *****/
 
a {
  color: #4693be;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #2b5e7a;
}

/***** Headings *****/
h1 {
	font-size: 13pt;
}

h2 {
	/*letter-spacing:-1px;*/
	font-size:11pt;
}

h3 {
	font-size:10pt;
}

h4, h5, h6 {
	
}

/***** Lists *****/
ul, ol {
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: none;
}

/***** Paragraphs *****/
p {
	margin-bottom: 8px;
}

/***** Forms *****/
textarea {
	
}

select {
	padding: 2px 0;
}

option {
	padding: 1px 3px;
}

input.inputText, input.inputPassword {
	padding: 1px 2px;
	border: 1px solid #cccccc;
}

label {
	cursor:pointer; 
}

/* Clearfix
----------------------------------------------------------- */

.br 
{
    display: block;
}

.br:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br 
{
    display: inline-block;
}


/* Hides from IE-mac \*/
.br {
    display: block;
}

* html .br {
    height: 1px;
}
/* End hide from IE-mac */
