/*-----------------------------------------------------------------------------
	DIV STYLES
-----------------------------------------------------------------------------*/
div{
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

div.h1{
    color: #ea5c28;
    margin-top: 5px;
    text-align: center;
}

div.h1_orange{
    color: orange;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_green{
    color: green;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_darkblue{
    color: darkblue;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_brown{
    color: brown;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_purple{
    color: purple;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_darkviolet{
    color: darkviolet;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_blue{
    color: blue;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_indigo{
    color: indigo;
    margin-left: 10px;
    margin-top: 5px;
}

div.h1_red{
    color: red;
    margin-left: 10px;
    margin-top: 5px;
}

div.body{
	display: block;
    font-size: 10pt;
    font-weight: normal;
    text-align: justified;
    padding: 10px;
	width:160 mm;
}

/*-----------------------------------------------------------------------------
	P STYLES
-----------------------------------------------------------------------------*/
p{
    color: black;
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 10px;
}

/*-----------------------------------------------------------------------------
	A STYLES
-----------------------------------------------------------------------------*/
a{
	color: black;
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
    font-size: 10pt;
    font-weight: normal;
}

a.header{
    color: #bbbbbb;
    display: none;	
    font-variant: small-caps;
    font-weight: bold;
    text-decoration:none;
}

a.header_over{
    color: #ea5c28;
    display: none;	
    font-variant: small-caps;
    font-weight: bold;
    text-decoration:none;
}

a.links{
    color: #bbbbbb;
    display: none;	
    font-weight: bold;
    text-decoration:none;
}

a.links_orange{
    color: orange;
    font-weight: bold;
    text-decoration:none;
}

a.links_green{
    color: green;
    font-weight: bold;
    text-decoration:none;
}

a.links_darkblue{
    color: darkblue;
    font-weight: bold;
    text-decoration:none;
}

a.links_brown{
    color: brown;
    font-weight: bold;
    text-decoration:none;
}

a.links_purple{
    color: purple;
    font-weight: bold;
    text-decoration:none;
}

a.links_darkviolet{
    color: darkviolet;
    font-weight: bold;
    text-decoration:none;
}

a.links_blue{
    color: blue;
    font-weight: bold;
    text-decoration:none;
}

a.links_indigo{
    color: indigo;
    font-weight: bold;
    text-decoration:none;
}

a.links_red{
    color: red;
    font-weight: bold;
    text-decoration:none;
}

a.footer{
    color: white;
    display: none;	
    font-size: 8pt;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration:none;
}

/*-----------------------------------------------------------------------------
	IMG STYLES
-----------------------------------------------------------------------------*/
img{
	border: 0px;
	width: 0px;
	height: 0px;
}

/*-----------------------------------------------------------------------------
	TABLE STYLES
-----------------------------------------------------------------------------*/
table{
	background-color: white;
}

table.body{
	border: 0px;
	height: 100%;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 780px;
}

th{
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
    font-size: 10pt;
    margin-top: 5px;
    text-align: left;
}

td{
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
    font-size: 10pt;
}

tr.header{
	height: 0px;
}

tr.body{
	height: 100%;
}

tr.footer{
	height: 0px;
	background-color: white;
}

td.bodytext{
	vertical-align: top;
	width: 100%
}

td.bodylinks{
	width: 0px;
}

/*-----------------------------------------------------------------------------
	BODY STYLES
-----------------------------------------------------------------------------*/
body{
	background-color: white;
    font-family: Gill Sans MT, Arial, MS Sans Serif, Verdana;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}


/*-----------------------------------------------------------------------------
	SPAN STYLES
-----------------------------------------------------------------------------*/
span.header{
    height: 0px;
    width: 0px;
}

span.header_image{
    height: 0px;
    width: 0px;
}

span.links{
    height: 0px;
    width: 0px;
}

span.links_image{
    height: 0px;
    width: 0px;
}

span.footer{
    height: 0px;
    width: 0px;
}


