@charset "utf-8";
body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
background-color : #def4ff;
}
p, td {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000;
font-weight : normal;
}
h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #6092ce;
font-weight : bold;
margin : 0;
}
.txtcolor {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #00a8eb;
font-weight : normal;
}
.topmenu a:link {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000c7b;
font-weight : bold;
text-decoration : none;
}
.topmenu a:visited {
color : #000c7b;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}
.topmenu a:hover {
text-decoration : none;
color : #0094de;
}
a:active {
text-decoration : none;
}
#basic-accordian {
border : 0 solid #eee;
padding : 5px;
width : 870px;
position : absolute;
left : 28%;
top : 28%;
margin-left : -175px;
z-index : 2;
margin-top : -100px;
background-color:fff;
}
.accordion_headings {
padding : 6px;
background-color : transparent;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000;
border : 1px dashed #b4b4b4;
cursor : pointer;
font-weight : bold;
}
.accordion_headings:hover {
background : #def4ff;
}
.accordion_child {
padding : 5px;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
background-color : #fff;
text-align : justify;
}
.header_highlight {
color : #fff;
background : #0094de;
}
