body  {
	font-size : 12pt;
    font-family : Arial, Serif;
    background-color: #F8F8F8
}
a img {
	border : medium none inherit;
}
a:link {
	color : #0000ff;
}
a:visited {
	color : #800080;
}
a:hover {
	color : green;
}
a:active {
	color : #ff0000;
}
h1 {
	font-size : 24pt;
    color : white;
    background-color : #4287ff;
}
h2 {
    font-weight : normal;
    font-size : 18pt;
    color : #ff6666;
}
h3 {
    font-weight : normal;
    font-size : 16pt;
    color : black;
    font-style : normal;
    letter-spacing : normal;
    background-color : #EBD6EB;
	text-align : left;
}
table {
	padding-right : 2px;
    padding-left : 2px;
    padding-bottom : 2px;
    padding-top : 2px;
    table-layout : auto;
}
.top {
    top : 2px;
}
.border {
    border-right : thin solid #4287ff;
    border-top : thin solid #4287ff;
    border-left : thin solid #4287ff;
    border-bottom : thin solid #4287ff;
}
.even {
    background-color : #ffffcc;
}
.uneven {
	background-color : #ffffff;
}
.evenborder {
    border-right : thin solid #4287ff;
    padding-right : 2px;
    border-top : thin solid #4287ff;
    padding-left : 2px;
    padding-bottom : 2px;
    margin : 2px;
    border-left : thin solid #4287ff;
    padding-top : 2px;
    border-bottom : thin solid #4287ff;
    background-color : #ffffcc;
}
.oddborder {
    border-right : thin solid #4287ff;
    padding-right : 2px;
    border-top : thin solid #4287ff;
    padding-left : 2px;
    padding-bottom : 2px;
    margin : 2px;
    border-left : thin solid #4287ff;
    padding-top : 2px;
    border-bottom : thin solid #4287ff;
    background-color : #ffffff;
}
th.headerabove {
	background-color : #ccffff;
}
.button {
	border-top-style : none;
    border-right-style : none;
    border-left-style : none;
    border-bottom-style : none;
}
input {
	border-right : thin ridge #4287ff;
    border-top : thin ridge #4287ff;
    border-left : thin ridge #4287ff;
    border-bottom : thin ridge #4287ff;
}
textarea {
    border-right : thin ridge #4287ff;
    border-top : thin ridge #4287ff;
    border-left : thin ridge #4287ff;
    border-bottom : thin ridge #4287ff;
}
img {
    border-top-style : none;
    border-right-style : none;
    border-left-style : none;
    border-bottom-style : none;
}
hr {
    color : #4287ff;
    line-height : normal;
}
var.comment {
    font-size : 10pt;
}
var.version {
    font-size : 10pt;
    color : #666666;
	font-family : 'Courier New';
}
.version {
    font-size : 8pt;
    color : #666666;
	font-family : 'Courier New';
}
.center {
	text-align: center
}