body {
	font-size: 12px;
	font-family: "Tahoma", sans-serif;
	background-image: url(../images/misc/bg.gif);
}
tr,td {
	 font-size: 12px;
}
.font {
	 font-size: 18px;
	 font-weight: bold; 
}
.red {
	 color: #FF0000;
}
th {
	font-size:12px;
	font-weight:bold;
	color:000000;	
	background-color:#F4F4F4;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}			
a:hover {
	text-decoration:underline;
	color:#3D677E;  
}
.buttonStyle {
	cursor:hand;
	color:#006699;
}
.headerStyle {
    font-size: 12px;
	font-family: "Tahoma", sans-serif;
}



/*------------------- main border lines --------------------*/
.topLine {
    background: url(../images/borders/dot.gif) 0 0 repeat-x; 
}
.bottomLine {
    background: url(../images/borders/dot.gif) 0 100% repeat-x
}
.leftLine {
    background: url(../images/borders/dot.gif) 0 0 repeat-y
}
.rightLine {
    background: url(../images/borders/dot.gif) 100% 0 repeat-y
}


/*-------------------- main image borders --------------------*/
.topleftBorder {
    background: url(../images/borders/topLeft.gif) 0 0 no-repeat
}
.topRightBorder {
    background: url(../images/borders/topRight.gif) 100% 0 no-repeat;  padding:1
}
.bottomLeftBorder {
    background: url(../images/borders/bottomLeft.gif) 0 100% no-repeat
}
.bottomRightBorder {
    background: url(../images/borders/bottomRight.gif) 100% 100% no-repeat
}

/*-------------------- header image borders --------------------*/
.topleftBorderHeader {
    background: url(../images/borders/topLeftHeader.gif) 0 0 no-repeat
}
.topRightBorderHeader {
    background: url(../images/borders/topRightHeader.gif) 100% 0 no-repeat;  padding:1
}



/*---------------------- footer css -----------------------*/

.footerAnchor{
    text-decoration:none;
	color:#FFFFFF;
}
.footerAnchor:hover {
    text-decoration:underline;
	color:#3D677E;  
}

