/* CSS Document */
a{
font-family:Arial;
font-size:12px;
font-stretch:extra-expanded;
color:#0071BB;
text-decoration:none;
font-size-adjust:inherit;
font-weight:800;
}
a:hover{
font-family:Arial;
font-size:12px;
font-stretch:extra-expanded;
color:#F7931D;
text-decoration:none;
font-weight:800;
}
.links{
font-family:Arial;
font-size:11px;
color:#0071BB;
text-decoration:none;
}
.links:hover{
font-family:Arial;
font-size:11px;
color:#F7931D;
text-decoration:none;
}
/* B */
body{
margin:0px;
height:100%;
}
/* H */
.headings{
font-family:Arial;
font-size:11px;
font-stretch:extra-expanded;
color:#77B3DB;
text-transform:uppercase;
text-decoration:none;
font-weight:800;
}
.orangeHeading{
font-family:Arial;
font-size:11px;
font-stretch:extra-expanded;
color:#F7931E;
text-transform:uppercase;
text-decoration:none;
font-weight:800;
}
/* I */
.inputText{
border:1px Solid #F3f3f3;
}
/* L */
.labels{
font-family:Arial;
font-size:11px;
color:#0DB14C;
text-decoration:none;
}
/* T */
.textContentsHome{
font-family:Arial;
font-size:12px;
color:#828282;
text-decoration:none;
text-align:justify;
}
.textContents{
font-family:Arial;
font-size:11px;
color:#828282;
text-decoration:none;
text-align:justify;
}
.textContentsBtm{
font-family:Arial;
font-size:11px;
color:#828282;
text-decoration:none;
}
/* S */
.sideBars{
background-image:url(../images/sideBar.gif);
background-repeat:repeat-y;
}
