@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.navtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-bottom:5px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
}

.red{
	color:#ff0c27;
}

.slogantext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.contacttext {	font-size:16px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.copytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}

.keywordtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

 a:link { 
	color: #ff0c27;
		text-decoration: none;
		font-weight:bold;
	}
 a:visited { 
	color: #ff0c27;
	text-decoration: none;
	font-weight:bold;
	}
 a:hover { 
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
 a:active { 
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
	
 .navtext a:link { 
		text-decoration: none;
		color:#FFF;
		font-weight:100;
	}
 .navtext a:visited { 
	text-decoration: none;
	color:#FFF;
	font-weight:100;
	}
 .navtext a:hover { 
	color: #eada2a;
	text-decoration: none;
		font-weight:100;
	}
 .navtext a:active { 
	color: #eada2a;
	text-decoration: none;
		font-weight:100;
	}
	
.maintext{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

.rightcol{
	border-bottom:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#CCC;
	border-top-style:solid;
	border-left:1px;
	border-left-color:#CCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCC;
	border-right-style:solid;
}

.rightbox{
	background-color:#FFF;
	border-bottom:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#CCC;
	border-top-style:solid;
	border-left:1px;
	border-left-color:#CCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCC;
	border-right-style:solid;
	padding:10px;
	
}