/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/check.jpg);
}
.link_s {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #575656;
	text-transform: uppercase;
	text-decoration: none;
}
.link_s a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #575656;
	text-transform: uppercase;
	text-decoration: none;
}
.link_s a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.heading{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #FFCC99;
}

.heading_whit{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}

.heading_black{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-transform:uppercase;
}

.more a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #0000FF;
}


.sublink{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none
}

.sublink a{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none
}
.sublink a:hover{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none
}


.projectlink{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}

.projectlink a{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}

.projectlink a:hover{

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none
}

.slogan{

    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}

.bg{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/line_bott.jpg);
	background-repeat: no-repeat;
	background-position: right top;


}

.bg_blue{
	background-color:#00AF9D;
	background-image:url(images/bg_logo.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;

}

.bg_proj{
	background-color:#00AF9D;
	background-image:url(images/graphic.jpg);
	background-repeat: repeat;
	
}

.bg_award {
	
	background-image: url(images/trophy.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}

