/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
										
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  tfoot, thead, 
*, .x {												 

	margin: 0;
	padding: 0;

	border: 0;
	outline: 0;
	}
	

html, body {							
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
}


ul, ol, dd {
	list-style-position: outside;
  padding-left:15px;
	}

ul {
  list-style-type:square;
  padding-bottom:12px;
  }
  
ul ul {
  list-style-type:disc;
  padding-bottom:12px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	}
dt { font-weight: bold; }
dd { padding: 0; }
table { 
	border-spacing: 0;
	}
table th { font-weight: bold; }
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	border: none;
  margin: 5px 0 5px 0;
  background: #085285;
}






												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.debug { border: 1px solid red; }






												/** 3.	TYPOGRAPHY **/
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	margin: 6px 0 6px 0;
  padding: 0;
	}
	
a {
	color: #146191;
	text-decoration: underline;
	}
	
a:hover {
  color: #1a74ac;
	text-decoration: underline;
  }



												/** 4.	FORMS **/

form {
  margin:0;
  padding:0;
  } 

/*
.input-textarea {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000 ;
  background: #FFDDA9;
  }
.input-textfield INPUT {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  background: #FFDDA9;
  }
.input-submit INPUT  {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight : bold;
  color: #FFFFFF;
  background: #FF9A00;
  margin-top: 3px;
  }
*/

.button {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  line-height:14px;
  margin:2px;
  padding: 0 3px 1px 3px;
  color: #FFFFFF;
  background: #146191;
  font-weight: bold;
  text-align: center;
  border-width:0;
  cursor:pointer;
  }
.button:hover {
  background-color: #1a74ac;
  cursor:pointer;
  }

.textfield {
  width:200px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align:normal;
  color: #000000;
  background: #FFFFFF;
  border:1px solid #000000;
  margin:2px;
  padding:1px 2px 2px 2px;
  }
  
.textarea {
  width:320px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align:normal;
  color: #000000;
  background: #FFFFFF;
  border:1px solid #000000;
  margin:2px;
  padding:1px 2px 2px 2px;
  }

select {
  width: 80px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align:normal;
  color: #000000;
  background: #FFFFFF;
  border:1px solid #000000;
  margin:0;
  padding:0;
}







															/** END **/
