/* paragraph text - left aligned */
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	white-space: normal;
}

/* paragraph text - center aligned */
.p_center
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	white-space: normal;
}

/* paragraph text - cright aligned */
.p_right
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: right;
	white-space: normal;
}

/* hyperlink: normal */
a:link
{
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

/* hyperlink: visited */
a:visited
{
    color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

/* hyperlink: hover */
a:hover
{	
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline overline;
}

/* hyperlink: active */
a:active
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

/* document body */
body
{
	background-color: #999999;
	line-height: 2em;
	margin: 0.1em;
}

/* bounding box for menu */
.menu_box {
	height: auto;
	width: auto;
	padding: 1px;
	background-color: #FFFFCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

/* bounding box for olive part of title */
.olive_title_box {
	height: auto;
	width: auto;
	padding: 0px;
	background-color: #C4C79A;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* bounding box for white part of title */
.white_title_box {
	height: auto;
	width: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* bounding box for content (and white part of title) */
.content_box {
	height: auto;
	width: auto;
	padding: 1px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	position: relative;
	line-height: normal;
	text-align: left;
	vertical-align: text-top;
	white-space: normal;
}

/* heading 1 */
h1
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* heading 2 */
h2
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* heading 3 */
h3
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* heading 4 */
h4
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* heading 5 */
h5
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* heading 6 */
h6
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* fine print...really small */
.fine_print
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


/* table */
table
{
	color: #FFFFFF
}

/* table column */
td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
}

/* textarea box */
textarea
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
}

/* list */
ul
{	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
}

/* bullet bg colour */
.BulletBackgroundColor
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(../../images/bullet.gif);
	list-style-type: square;
}
