

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 


/*
 * default values
 */

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

 
ul, ol, dl {
	margin: 4px 0;
	padding-left: 15px
}

dl { margin: 4px 0; }
dd { padding-left: 20px; }

 
td, th { padding: 0px 0 0px 0; margin:0px;}

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 4px 0 4px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

legend {
	padding: 0 20px 0 20px;
	margin-bottom:6px;
	background: #666;
	border:0px solid #2c52b3;
	color:#fff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 5px 1px 0px; }

option { padding: 0 5px 1px 0px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 5px 1px 0px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 1px 2px 4px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer;font-family:arial;
	font-size:15px;
	font-weight:bold;padding:0 4px; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #fff;font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	padding:4px;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 6px;
	
}

h1 { font-size: 21px; line-height: 21px; margin-top: 10px;font-weight: bold; }
h2 { font-size: 21px; line-height: 21px; margin-top: 10px;font-weight: bold; }
h3 { font-size: 18px; line-height: 18px; margin-top: 10px;font-weight: normal; }
h4 { font-size: 16px; line-height: 16px; margin-top: 10px;font-weight: normal; }
h5 { font-size: 15px; line-height: 15px; margin-top: 10px;font-weight: bold; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px;font-weight: bold; }

 
hr {
	margin: 5px 0 5px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: normal; }

blockquote {
	margin: 10px 15px 10px 0px;
	font-style: normal;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 10px 5px 0px;
	border: 1px dotted #aab4be;
	border-right: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 11px;
	color: #2E8B57;
	font-family: tahoma;
	white-space: pre-wrap;
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}