/* CSS Document */
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/praveen1/public_html/include/css/templatecss.php:2) in /home/praveen1/public_html/library/config.php on line 7
/* ============================================================ */
/* Change Body Colour - Out Side Colour */
body{
background-color:#ededed; /* #FAFAFA;*/
margin: 0px 0px 0px 0px;
}
/* ============================================================ */
.description {
font-family: Arial, Helvetica, sans-serif;
font-size:11;
text-align:justify;
}
/* ============================================================ */
/* Change Body Colour - Inside colour */
.mostoutertable {
border-left:# 0px solid;
border-right:# 0px solid;
/* Inside Background Colour */
background-color: #FFFFFF; /*FAF0EA; #;*/
}
/* ============================================================ */
.sitedefaultfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* ============================================================ */
.sitedefaultfontblue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #013668;
text-decoration: none;
border-bottom:#959FA9 solid 3px;
}
/* ============================================================ */
/* Change Footer Colour */
.sitefooter {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/* Text Colour */
color:#ffffff;
/* Background Colour */
background-color:#12457c;
text-decoration:;
}
/* ============================================================ */
a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
/* ============================================================ */
/* Change Default Link Colour for Website */
a:link, a:active, a:visited {
color:#000000;
}
/* ============================================================ */
/* Change Default Link mouse over Colour for Website */
a:hover {
text-decoration:underline;
color:#000000;
}
/* ============================================================ */
/* Change Top Menu i.e. Home | Contact Us, Link Colour for Website */
#topMenu {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background-color:#12457c;
height: 20px;
color:#FFFFFF;
}
#topMenu a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:#FFFFFF;
}
#topMenu a:link, #topMenu a:active, #topMenu a:visited {
color:#FFFFFF;
}
/* Change Top Menu i.e. Home | Contact Us, Link Mouse Over Colour for Website */
#topMenu a:hover {
color:#FFFFFF;
}