/* Main styles
*******************************/
/*body { 
	background: #FFF;
	color: #606060;
	font-size: 62.5%;
	margin: 0;
	padding: 0;	
}

/* Default fonts
*******************************/
/*body			{ font-family:  Tahoma, Arial, Helvetica, sans-serif; }
pre			{ font-family: Verdana, sans-serif; } 
code			{ font-family: "Courier New", Monaco, Courier, monospace; }

input,
select,
textarea		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }


/* Header elements
*******************************/
/*h1,h2,h3,h4,h5,h6,a.h1,a.h2,a.h3,a.h4,a.h5,a.h6 { 		
	font-weight: normal;
}

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

h1, a.h1			{ font-size: 2.6em; line-height: 1em; color: #172635; }
h2, a.h2			{ font-size: 2.3em; line-height: 1em; color: #fff; }
h3, a.h3			{ font-size: 2.2em; line-height: 2.2em; color: #172635; }
h4, a.h4			{ font-size: 1.7em; line-height: 1.2em; color: #4780ae; }
h5, a.h5			{ font-size: 1.4em; line-height: 1em; color: #172635;}
h6, a.h6			{ font-size: 1.2em; line-height: 1em; color: #172635;}
*/

/* Text elements
*******************************/
/*a					{ color: #78aa05; text-decoration: underline;  }
a:hover			{ text-decoration: none; }

p					{  }
					  
/*p.img				{ float: left; margin:0 1.1em 1.1em 0; padding:0; }*/

/*blockquote  	{ color: #5C5C5C; margin: 0 0 24px 24px; }
strong      	{ font-weight: bold; }
em          	{ font-style: italic; }
pre         	{ border: 1px solid #5C5C5C; margin-bottom: 12px; padding:12px; }
small				{ font-size: 1.0em; }



/* Table styles
*******************************/
/*table {
	
}

caption {
	margin: 0;
	padding:10px 0 5px 0;
	caption-side:top;
	text-align:center;
}
	
td {
	border: 0;
}

th {
	font-weight:bold;
	border:0;
}

thead th, tfoot th {  }


/* Form styles
*******************************/
/*label.l{
	float: left;
	width: 110px;
}

input, select, textarea{
	border: 1px solid #d4d4d4;
	color: #666;
	vertical-align: middle;
	background-color: #fff;
	font-size: 1.0em;
}

input.text, input.small, input.file{
	padding: 3px;
}

input.radio {
	border: 0;
	padding: 0;
}

div.button{
	padding: 4px 0 0 18px;
}

input.checkbox{
	border: 0;
	vertical-align: middle;
}

select.text, 
input.text,
input.file			{ width: 400px; }

select.small, 
input.small 		{ width: 150px; }

textarea				{ width: 400px; height: 150px; border: 1px solid #ccc }

textarea.small 	{ width:300px; } */