/* Basic - Universal Styles
----------------------------------------------- */
html,body {
	padding: 0;
	margin: 0;
	background-image:url(../images/bak.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #3f3f3f;
	font-size: 14px;
	line-height: 17px;
	}
	
	#mytable1, #mytable1 td {border: 1px solid #929ec7;}
	
	.vertical {
background: url(image.gif) repeat-y;
} 

	
/* CONTENT - Body copy/text
----------------------------------------------- */
.content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

.contentRed {
    COLOR: #6e2405;
	font-size: 13px;
	
}
.contentRed2 {
    COLOR: #6e2405;
	font-size: 10px;
	
}
.contentOther {
	font-size: 12px;
	
}
.contentBig {
	font-size: 15px;
	line-height: 29px;
}
.contentdemiBig {
	font-size: 14px;
	line-height: 17px;
}


.contentSmall {
	font-size: 12px;
}
.contentSmall2 {
	font-size: 10px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #007ac3;
}
.headerWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerWhite2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #007ac3;
}
.footer {
		font-size: 10px;
}
.big2 {
	COLOR: #007ac3;
	font-size: 27px;
	font-weight: bold;
	line-height: 20px;
}

.big {
	COLOR: #990000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.heading { 
	font-family: Verdana; 
	font-size:11px; 
	font-weight: bold; 
	color: #2e9d48; 
}
.bullet { 
	font-family: Verdana; 
	font-size:11px; 
	color: #333333; 
	line-height: 18px;
}

/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #007ac3;
    TEXT-DECORATION: none;
	
}
A.Navigation
{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.Navigation:hover
{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.Navigation:visited
{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}

A:visited
{
    COLOR: #6e2405;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #1b3764;
    TEXT-DECORATION: none
}


.testers td:hover {
background-color:#6e2405;
   color: #FFFFFF;
  }


