/* USED IN CMS EDITOR MUST BE ADDED */

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
}


html { height:100%; }

/* MISC */
input 
{
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}
input{outline:none;}

TEXTAREA
{
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}

TD
{
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}

TABLE
{
    font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}

select 
{	
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}

form 
{	
	margin:0px 0px 0px 0px;
	padding:0px;
}

fieldset
{
	margin:0px 0px 0px 0px;
	padding:4px;
}
legend
{
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
    font-weight:normal;
	text-decoration:none;
}

img
{border:0px;}

p
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* a tags */
.a
{
	font-family:Times New Roman;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
	color:#000000;
}
a,a:link, a:active, a:visited {
    font-family:Times New Roman;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
	color:#000000;
}

a:hover
{
    color:#000000;
	text-decoration:underline;
}
/* END */


/* title (h tags) */
/* doctitle */
h1
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	/*text-transform:lowercase;*/
}
h2
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:16px;
	line-height:18px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
h3
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
h4
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
h5
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
h6
{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* END */