BODY {
	color : Black;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11pt;
}

BODY, HTML {
	height: 100%;
}

TABLE {
	/*display: none;*/
	width: 100%;
}

P {
	margin-top:2px;
	margin-bottom:4px;
}

HR{
	height: 1px;
	border: none;
	background: black !important;
}

.template{
	display: none;
	width: 0px;
	height: 0px;
}

/*#mainDesignContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -6px;
}

DIV.content {
	border: 1px solid #D1D2D4;
	padding: 12px;
	overflow: auto;
	height: 440px;
}*/

DIV.designContent {
	/*border: 1px solid #D1D2D4;
	padding: 12px;
	overflow: auto;
	height: 440px;*/
}

	
TD{
	color : Black;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11pt;
}

A {
	color : #ef3333;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

H1 {
	font-weight : bold;
	font-size : 18pt;
}

H2 {
	font-weight : bold;
	font-size : 13pt;
}

H3 {
	font-weight : normal;
	font-size : 11pt;
}

INPUT, Textarea, Select {
	display: inline;
	border : 1px solid #D1D2D4;
	color : black;
	background-color : White;
}

INPUT.noborder{
	border: none;
}