/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling:
   Elements we want to clean out entirely: */
HTML BODY	{
	height:100%;		
	width:100%;
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
        font: .93em/1.3em Verdana, Arial, Tahoma,Helvetica,Sans-Serif;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 0em;
}
li	{
	list-style:none;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 1em;
        font-family: inherit;
}
IMG {
	border:0;
}
A	{
	text-decoration:none;
}
A:hover	{
	text-decoration:none;
}
DIV.ezxmltext H4	{
	margin-top:20px;
	margin-bottom:5px;
	
	font-size:110%;
	font-weight:bold;
	color:#42080a;
}

DIV.ezxmltext H5	{
	margin-top:12px;
	margin-bottom:5px;
	
	font-size:105%;
	font-weight:bold;
	color:#42080a;
}

DIV.ezxmltext H6	{
	margin-top:8px;
	margin-bottom:5px;
	
	font-size:100%;
	font-weight:bold;
	color:Black;
}


DIV.ezxmltext P	{
	margin-bottom:10px;
}

DIV.ezxmltext UL, DIV.ezxmltext OL  {
	font-weight:bold;
}

DIV.ezxmltext LI  {
	list-style:disc;
	list-style-position:inside;

	font-weight:normal;					
}

DIV.ezxmltext A	{
	text-decoration:underline;
}

DIV.ezxmltext TABLE.lines TD	{
	border:1px solid Black;
	padding:3px;
}

.button	{
	padding: 0px 2px 0px 2px;
	
	background-color:#dadada;
	border:2px solid Black;

	font-size:100%;
	
	color:Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.button:hover	{
	color:#dadada;
	background-color:#717171;
	border-color:#9ba79b;
}	
