body {
	margin: 0px;
}
p {
    text-align: justify;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
img {
    border: 0px;
}
ul.mainlist {
	margin-left: 5pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.boldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #7a7878;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

h1, .bluetitle, .maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #05478e;
	font-size: 12pt;
	font-weight: bold;
}
h2, .graytitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7878;
	font-size: 16pt;
	font-weight: bold;
}
.orangetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed8102;
	font-size: 12pt;
	font-weight: bold;
}

textarea, select, input {
	border: 1px solid #666666;
}
.blacklink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 05478e;
}
.selected {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed8102;
	font-size: 10pt;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #05478e;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #05478e;
	text-decoration: underline;
}

a.blacklink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a.bluetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #05478e;
	font-size: 12pt;
	font-weight: bold;
    text-decoration: none;
}
a.selected:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed8102;
	font-size: 10pt;
	text-decoration: none;
}
a.white {
    color:efefef; 
    font-size:9pt; 
    font-width:500;
}

a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

table.form td {
    vertical-align: top
}
#star {
    color: red
}
#warning p {
    color: #D90000
}
.showandhide {
    padding: 3px;
    background-color: #EAEAEA;
}
.dictionaryarticle, .dictionaryarticle a {
    color: #000000;
    font-weight: bold;
}