body {
	background-color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-position: bottom;
	color: #FFFFFF;
	word-spacing: 2px;
}
.leftBorder {
	background-image: url(../images/left_bar.png);
	background-repeat: repeat-y;
	background-color: #383838;
}
.rightBorder {
	background-image: url(../images/right_bar.png);
	background-repeat: repeat-y;
}
.headingBox {
	background-color: #000000;
	background-image: url(../images/heding_back1.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	margin: 0px;
	letter-spacing: 3px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.paraBegins {
	font-size: 14px;
	font-weight: bolder;
	color: #D60604;
}
.contents {
	text-indent: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.ads {
	border: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 9px;
}
.linkImage {
	border: thin solid #FFFFFF;
}
#WRev {
	background-color: #FFFFFF;
}
.aHead
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFFF99;
    text-decoration: none;
    letter-spacing: 1px;
    word-spacing: 5px;
    padding: 4px;
    text-indent: 0px;
    margin-bottom: 0px;
}
.aAInfo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #FFFFFF;
    text-indent: 0px;
}
.aLinked
{
    float: right;
    position: relative;
    margin: 0px;
    top: -30px;
    text-align: right;
    font-weight: bold;
}


/*Rounded Corners */
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*White Border box for home page*/
.tlCorner {
	background-image: url(../images/border/tlCorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 16px;
}
.trCorner {
	background-image: url(../images/border/trCorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	width: 16px;
}
.blCorner {
	background-image: url(../images/border/blCorner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	width: 16px;
}
.brCorner {
	background-image: url(../images/border/brCorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 16px;
	width: 16px;
}
.topLine {
	background-image: url(../images/border/tLine.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.leftLine {
	background-image: url(../images/border/lLine.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottomLine {
	background-image: url(../images/border/bLine.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.rightLine {
	background-image: url(../images/border/rLine.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Text Wrapping for the image */
.wrapText {
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}
.headText {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
