/**
 * Onepax.com Stylesheet
 * Copyright Onepax 2005
 * www.onepax.com
 */


/*==============[ Menu Navigation Class ]==============*/

.menuNav {
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	padding-left:  15px;
	padding-right: 15px;
	padding-top:   8px;
	padding-bottom:8px;
}
.menuNav a:link {
	color: #71ac00;
	text-decoration: none;
}
.menuNav a:visited {
	color: #71ac00;
	text-decoration: none;
}
.menuNav a:hover {
	background-color: #E1FFAA;
	color: #548200;
	text-decoration: none;
}

/*==============[ Standard Elements ]==============*/

body {
	background-color: #FFFFFF;
	margin : 0px 0px;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #71ac00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}
h1 a:link {
	color: #71ac00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-decoration: none;
}
h1 a:visited {
	color: #71ac00;
	text-decoration: none;
}
h1 a:hover {
	color: #558102;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0049ac;
}
h2 a:link {
	color: #0049ac;
	text-decoration: none;
}
h2 a:visited {
	color: #0049ac;
	text-decoration: none;
}
h2 a:hover {
	color: #0049ac;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* Use this class to remove spacing on H1, H2 or H3 tags */
.reduceSpacing {
	padding-bottom: 0px;
	margin-bottom:  0px;
	padding-top:    0px;
	margin-top:     0px;
}
h1.reduceSpacing {
	padding-bottom: 0px;
	margin-bottom:  0px;
	padding-top:    0px;
	margin-top:     0px;
}

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a:link {
	Color:#0000FF;
	Text-Decoration:underline
}
a:visited {
	Color:#0000FF;
	Text-Decoration:underline;
}
a:hover {
	Color:#FF9900;
	Text-Decoration:underline;
}


/*==============[ Custom Formatting Classes ]==============*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.photoPadding {
	padding: 10px;
}


/*==============[ Wordpress Formatting Classes ]==============*/

span.bloglinks li {list-style:none}