﻿/*
CG WEBDEISGNS - WWW.CGWEBDESIGNS.COM
*/

body {
background: url(images/bg_metal3.gif);
font-family:Arial, Verdana, sans-serif;
font-size:13px;

	
}

h3 {
	font-family: Arial, Verdana, Times, serif;
	font-weight: bold;
	color: #EFEFEF;
}

h2 {
	font-family: Arial, Verdana, Times, serif;
	font-weight: bold;
	color: #EFEFEF;
}

h1 {
	font-family: Arial, Verdana, Times, serif;
	font-weight: bold;
	color: #EFEFEF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

ol {
	margin: 0 0 2em 0;
	text-align: justify;

}

ul {
	margin: 0 0 2em 0;
	text-align: justify;

}

p {
	margin: 0 0 2em 0;
	text-align: justify;

}

a:link {
	color: #EFEFEF;
	text-decoration:none
}

a:active {
	text-decoration: none;
	color: #EFEFEF;
	
}
a:hover {
	color:red
}

a:visited {
	text-decoration: none;
	color: #EFEFEF;
}

/*table*/
#table {
font-family:Arial, Verdana, sans-serif;
font-size:13px;
color:EFEFEF

}

#table a:link {
	color: #EFEFEF;
	text-decoration:none
}

#table a:active {
	color: #EFEFEF;
	
}
#table a:hover {
	text-decoration: none;
	color:red
}

#table a:visited {
	text-decoration: none;
	color: #EFEFEF;

}

/*menu*/
#menu {
	float: left;
	width: 570px;
	height: 50px;
	background: url(images/MENU-BAK.png) no-repeat;
}

#menu ul {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	text-transform: capitalize;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EFEFEF
}

#menu a:hover { 
	text-decoration: none; 
	color: red
}

#menu .current_page_item a {
	font-weight: bold;
	color: red;
}

