/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

a:focus {
  outline: none ;
}

body
{
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family:helvetica;
	font-size:10px;
	color: #282828;
}

.contact {
	font-family:helvetica;
	font-size:12px;
	color: #d8d8d8;
}

A
{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:active
{
	color: #000000;
}

A:visited
{
	color: #4d4d4d;
}

.contact A
{
	color: #c8c8c8;
	font-weight: bold;
	text-decoration: none;
}

.contact A:hover
{
	text-decoration: underline;
}

.contact A:active
{
	color: #ffffff;
}

.contact A:visited
{
	color: #c8c8c8;
}