html, body, iframe {
        margin-left: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
        padding: 0;
	font:10pt arial,sans-serif;
	font-weight: normal;
        color: #000000;
	text-align: center;
}

td, div, p, li {
	color: #000000;
	font:10pt arial,sans-serif;
	text-decoration: none;
	font-weight: normal;
}

input,textarea {
        color: #666666;
	background-color: #ffffff;
	border: dotted 1px #c0c0c0;
	font-size: 11pt;
}

.smaller_text {
	font-size: 8pt;
}

.bold_text {
        font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.title_text {
        font-weight: bold;
        color: #000000;
        font-size: 12pt;
}
			

.main_block {
        width:740px;
        margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
        padding: 0px;
}

.content_frame {
	background-color: #ffffff;
	width:740px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.right_div {
	text-align: left;
	padding: 5px;
	border-right: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
}

/* Begin: Drop Down Menu */
ul.dropdown {
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
    font-face: "Times New Roman", serif;
}
ul.dropdown * ul {
    list-style: none;
    margin:0;
    padding: 0;
    display:none;
    position:absolute;
    z-index:99;
    width:12em;
    font:11pt "Times New Roman",serif;
    font-weight: bold;
}
ul.dropdown li {
    float:left;
	font:11pt "Times New Roman",serif;
	font-weight: bold;
}
ul.dropdown li * li {
    border:0;
    float:none;
    position: relative;
	font:11pt "Times New Roman",serif;
	font-weight: bold;
}
ul.dropdown ul * ul {
    left:98%;
    top:0;
    font:11pt "Times New Roman",serif;
    font-weight: bold;
}
ul.dropdown a {
    display:block;
    font:11pt "Times New Roman",serif;
    font-weight: bold;
}
ul.dropdown ul * a {
    height:100%;
    font:11pt "Times New Roman",serif;
    font-weight: bold;
}
ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
    display:none;
    font:11pt "Times New Roman",serif;
    font-weight: bold;
}
ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
   display:block;
   font:11pt "Times New Roman",serif;
   font-weight: bold;
}

