/* Default Styles */
img, div, td, th, table, form
{
	border: 0;
	margin: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, td, th, form
{
	font: 12px/1.75em Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a, strong, em, span { font-size: inherit; }

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


/* Global Elements */
 
#page
{
	position: relative;
	width: 740px;
	z-index: 2;
	margin: 20px auto;
	border: solid 1px #808066;
	/*border-width: 1px 1px 0 1px;*/
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}
a, a:visited
{
	text-decoration: none;
	color: #3333CC;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.link_heading {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.link_heading a, .link_heading a:visited{
	color: #000;
}

.link_heading a:HOVER{
	color: #FFF;
	text-decoration: none;
}

.errmsg
{
	color: red;
	font-style: italic;
}

.msg
{
	color: green;
	font-style: italic;
}

h1, .heading {
	font-family: Helvetica, Verdana, Arial;
	font-size: 24px;
	font_weight: bold;
	color: #CCCC33;
	margin-bottom: 10px;
}

h2 {
	color: #666600;
	font-size: 8pt;
}

#content, #content p  {
	line-height: normal;
}
#content {
	padding: 30px 25px 15px 200px;
	text-align: justify;
	font-family: Verdana, Helvetica, Arial;
	display: table-cell;
	height: 522px;
}

hr {
	height:1px;
	color: #CCCC33;
	background-color: #CCCC33;
	border: 0px;
}

li {
	/*list-style-image: url('/images/bullet-dot.gif');*/
	list-style-type: disc;
}