/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font-weight: normal;
	line-height: 2.9ex;
	text-decoration: none;
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

h1 {
	font-size: 20px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h2 {
	font-size: 18px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 2.2ex;
}
	
h3 {
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.3em;
}

h4 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
}
	
h5 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
}
	
h6 {
	font-size: 10px;
	color: #FF3399;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Sans-Serif;
}
	
a:link, a:active, a:visited  {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #FF3399;
}	

a:hover {
	color: #FF3399;
}	

.border {border: dotted 1px #CCCCCC;}

.border_bottom {border-bottom: dotted 1px #CCCCCC;}

.border_left {border-left: dotted 1px #ccc;}
	
hr {
	color: #E3E3E3;
	background-color: #CCC;
	height: 1px;
	width: 95%;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 15px;
	margin-bottom: 15px;
}

.Default td.ui_content ,
.FullWidth td.ui_content {
	padding: 15px;
	border: dotted 1px #CCCCCC;
	background: #fff; }
