/*body/block/element general STYLES*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-style: normal;
}

div.centered_table 
{
	margin: 0 auto 0 auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*TEXT STYLES*/
tr.TOP {
	text-align: center;
}
.style3 {
	color: #993300;
	font-weight: bold;
}
h1{font-size:large;font-weight: bold;}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: left;
}
/*HEADER STYLE*/
hr.bottom{
	color: #CCCCCC;
	width:70%;
}

/*LINK STYLES*/

a {
	font-style: bold;
	color: #0066CC;
}

a:visited{
color: #333333;
}
a:active{
color: #333333;
}
a:hover{
	color: #993300;
}

a.ourwork {
	text-decoration: none;
	font-size: x-small;
	color: #003399;
	font-weight: bold;
}

a.ourwork:active {
}

a.ourwork:hover {
text-decoration: underline;
}
a.ourwork:visited {
	color: #003399;
}

a.img {
	color: black;
}
a.img:active {

color:#000000
}
a.img:hover {

color:#666666
}


a.topbanner {
	text-decoration: none;
	color: #333333;
}
a.topbanner:visited{
color: #333333;
}
a.topbanner:active{
color: #333333;
}
a.topbanner:hover{
	color: #FFFFFF;
	/*background-color: #6699FF;*/
}
