/****
 * 		
 *		Basic stylesheet
 *		icon credits: http://www.famfamfam.com/lab/icons/silk/
 *
 ****/
 
/**
 *	Reset styles
 **/

body, p, blockquote, fieldset, form, button {
	margin: 0;
	padding: 0;
}

a img, iframe, button { border: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

/**
 *	Global styles
 **/

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0;
	padding: 0;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

table {
	font-size: small;
}

* html table {
	font-size: x-small;
	f\ont-size: small;
}

h1{
	font-size: large;
}

h2{
	font-size: medium;
}

h3{
	font-size: small;
}

a img { 
	border:0px;
}

a {
	color:#ff6633;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	line-height: 150%;
}

ul {
	list-style: none;
	line-height: 130%;
}

dl {
	line-height: 130%;
}

.info {
	color: #999;
}

.error {
	color: #e00;
}

a.blank {
	color: #222;
}

a.ext {
	background: url(Image/ext_url.gif) no-repeat right center;
	padding-right: 12px;
}

h1 a, h2 a {
	color: #f16030;
}

input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input, textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	background-color: #fafafa;
	padding: 2px;
}

textarea {
  overflow: auto;
}

input.error, textarea.error, select.error {
	color: #222;
	background-color: #ffffa5;
}

input.check {
	border: none !important;
	background: transparent;
}

input.button {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #e0dfe3;
	padding: 2px .45em; 
}

input.button {
	width: auto;
	overflow: visible;
}

* html input.button {
	padding-bottom: 0;
}

input.ssb {
	display: none
}

/**
 * 		Shorts
 **/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}

.cb {
	clear: both;
}

/**
 * 		Clearfix (
 **/

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */