/*
-------------------------------------------
File: 'Blueball High Def Colors 36' print.css Style Sheet
Created: 10, November, 2007
Last Modified: 10, November, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: charlie@blueballdesign.com
Copyright 2005-2007 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group BODY AND GLOBAL STYLES */

body {
	text-align: left;
	background: transparent;
	margin: 0px 5% 0px 5%;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

p {
	margin-left: 0px;
	margin-right: 0px;
}

blockquote, .standout {
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: transparent;
	color: #000000;
	padding: 7px 10px 10px 10px;
}

.imageStyle {	
	background: transparent;
	padding: 0px;
	margin: 0px;
}

.image-left {
	float: left;
	padding: 4px 10px 10px 0px;
}

.image-right {
	float: right;
	padding: 4px 0px 10px 10px;
}

img {
	border: 0px;
}

a img {
	border: 0px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

.clear {
	clear: both;
}

h1 {
	font-size: 24px;
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

h2 {
	font-size: 20px;
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

h3 {
	font-size: 18px;
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

h4 {
	font-size: 16px;
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

h5 {
	font-size: 14px;
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 3px;
}

b, strong {
	font-weight: bold;
}

/* @end */

/* @group LAYOUT */

/* SITE WRAPPER */

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: left;
	background: transparent;
}

/* SITE HEADER */

#pageHeader {
	position: relative;
	display: none;
	visibility: collapse;
}

/* My Comment */

#pageHeader h1 {
	margin: 0px;
	padding: 23px 20px 0px 20px;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #444444;
	text-align: center;
}

#pageHeader h2 {
	margin: 0px;
	padding: 9px 20px 0px 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #89ACE4;
	letter-spacing: .12em;
	text-transform: uppercase;
}

#pageHeader img {
	display: none;
}

#sidebar li.notes, #sidebar li.links {
	padding: 10px 10px 10px 10px;
	background-color: transparent;
	color: #505050;
	font-size: 11px;
	line-height: 1.5em;
}

#toplineimage {
	display: none;
	visibility: collapse;
}

/* SIDEBAR */

#sidebar {
	display: none;
	visibility: collapse;
}

#sidebarmainhead {
	position: absolute;
	top: 152px;
	left: 15px;
	background: url(images/sidebarhead.jpg) top center no-repeat;
}

#sidebar .sideHeader {
	font-size: 13px;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 3px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#sidebar li {
	margin: 0px;
	list-style: none;
}

#sidebar li a {
	color: #000000;
	font-size: 11px;
}

#sidebar li.header {
	padding: 4px 10px;
	background-color: transparent;
	color: #505050;
}

#sidebar li.notes, #sidebar li.links {
	padding: 10px 10px 10px 15px;
	background-color: transparent;
	color: #505050;
	font-size: 11px;
	line-height: 1.5em;
}

#sidebar a.validate {
	display: block;
	margin: 5px 0px;
}

#sidebar a.validate img {
	border: 0px;
}

/* CONTENT */

#contentarea {
	margin: 0px;
	padding: 0px;
	float: none;
	position: relative;
	width: 100%;
	height: auto;
	background-color: transparent;
}

#contentarea ul {
}

#contentarea li {
}

/* Table Styles */
#contentarea table {
	font-size: 12px;
}

.clearfix:after{	content: ".";	display: block;	height: 0px;	clear: both;	visibility: hidden;}

/* FOOTER */

#footer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 8px 0px 5px 0px;
	color: #000000;
	text-align: center;
}

#footer p {
	font-size: 11.5px;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #000000;
}

#footer ul {
}

#footer li {
}

/* @end */

/* @group TOOL BAR */

/* MENU GENERAL CSS STYLES */

#nav {
	display: none;
	visibility: collapse;
}

html>body #nav {
	display: none;
	visibility: collapse;
}

#nav #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer currentAncestor {
	text-decoration: none;
	font-weight: bold
}

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 1000;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	display: block;
	width: 116px;
	/* THIS WIDTH = TOTAL WIDTH - LEFT/RIGHT PADDING */
  padding: 4px 5px 4px 5px;
	/* MENU ITEM HEIGHT = PADDING-TOP + PADDING-BOTTOM + FONT-SIZE(in Px) BELOW */
  border-left: 1px solid #444444;
	/* FOR TOP MENUS ONLY */
  color: #BBBBBB;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

#nav li:hover a, #nav li.sfhover a {
	color: #FFFFFF;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #000000;
}

/* MENUS LEVEL 2 CSS STYLES */

#nav ul ul {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 126px;
	/* SET TO TOTAL LINK WIDTH; THIS IS TO BREAK <li> FLOATS INTO ONE COLUMN */
  background-color: transparent;
	border-left: 1px solid #A9AEB9;
	border-right: 1px solid #A9AEB9;
	border-bottom: 1px solid #A9AEB9;
	display: none;
	z-index: 1500;
}

#nav ul ul li {
	border-top: 1px solid #A9AEB9;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}

#nav ul ul li:hover, #nav ul ul li.sfhover {
	background-color: #E2E2E2;
}

#nav ul ul li:hover a, #nav ul ul li.sfhover a {
	color: #000000;
}

#nav ul ul li:hover ul a, #nav ul ul li.sfhover ul a {
	color: #000000;
}

#nav ul ul a {
	border: none;
	/* REMOVE BORDERS SET ABOVE */
  width: 116px;
	border: none;
	text-align: left;
}

#nav ul ul #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul ul currentAncestor {
	text-decoration: none;
	font-weight: bold
}

/* MENUS LEVEL 3 CSS STYLES */

#nav ul ul ul {
	display: none;
	border-left: 1px solid #A9AEB9;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul {
	display: block;
	top: -1px;
	left: 126px;
/* SET HORIZ OFFSET */
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul {
	display: none;
}

#nav ul ul ul li:hover a, #nav ul ul ul li.sfhover a {
	color: #000000;
}

#nav ul ul ul li:hover ul a, #nav ul ul ul li.sfhover ul a {
	color: #000000;
}

#nav ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul ul ul currentAncestor {
	text-decoration: none;
	font-weight: bold
}

/* MENUS LEVEL 4 CSS STYLES */

#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul {
	display: none;
}

#nav ul ul ul ul li:hover a, #nav ul ul ul ul li.sfhover a {
	color: #000000;
}

#nav ul ul ul ul li:hover ul a, #nav ul ul ul ul li.sfhover ul a {
	color: #000000;
}

#nav ul ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul ul ul ul currentAncestor {
	text-decoration: none;
	font-weight: bold
}

/* MENUS LEVEL 5 CSS STYLES */

#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul {
	display: none;
}

#nav ul ul ul ul ul li:hover a, #nav ul ul ul ul ul li.sfhover a {
	color: #000000;
}

#nav ul ul ul ul ul li:hover ul a, #nav ul ul ul ul ul li.sfhover ul a {
	color: #000000;
}

#nav ul ul ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul ul ul ul ul currentAncestor {
	text-decoration: none;
	font-weight: bold
}

/* MENUS LEVEL 6 CSS STYLES */

#nav ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

#nav ul ul ul ul ul ul li:hover a, #nav ul ul ul ul ul ul li.sfhover a {
	color: #000000;
}

#nav ul ul ul ul ul ul li:hover ul a, #nav ul ul ul ul ul ul li.sfhover ul a {
	color: #000000;
}

#nav ul ul ul ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul ul ul ul ul ul currentAncestor {
	text-decoration: none;
	font-weight: bold

}




/* @end */

/* @group BLOG ENTRY */

.blog-entry {
	padding-bottom: 15px;
}

.blog-entry-title {
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

.blog-entry-title a:link, a:visited {
	text-decoration: none;	
}

.blog-entry-title a:hover, a:active {
	text-decoration: underline;	
}

.blog-entry img {
	padding: 3px;
	border: 0px;
}

.blog-entry-date {
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-read-more {
	font-size: 11px;
	margin-top: 6px;
	padding: 0px;
	font-style: normal;
}

.blog-read-more a {
	font-size: 11px;
	font-style: normal;
}

.blog-read-more a:hover {
	font-size: 11px;
	font-style: normal;
}

.blog-entry-summary {
	margin-bottom: 10px;	
}

.blog-entry-body {
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
}

.blog-entry-comments {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #000000;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
}

.blog-entry-comments a {
	color: #000000;
}

.blog-entry-comments-inline {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-align:  left;
	margin-top: 5px;
	padding-bottom: 6px;
}

p.blog-entry-tags {
	font-size: 11px;
	line-height: 1.4em;
	text-align:  left;
	margin-top: 8px;
	padding-left: 20px;
	font-style: normal;
	background: transparent url(images/tag_gray.png) top left no-repeat;
}

.blog-entry-category {
	color: #000000;
	font-size: 12px;
	margin-bottom: 3px;
}

.blog-category-link-enabled {	
}

.blog-category-link-disabled {	
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.6em
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 12px;
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 10px;
	margin-bottom: 10px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

/* @end */

/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
	color: #000000;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group BLOG ARCHIVE PAGE */

.blog-archive-background {	
}

.blog-entry-summary {
	margin-bottom: 20px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-headings-wrapper {
}

.blog-archive-month {
	color: #000000;
	font-family: Lucida Grande, Lucida Sans, Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.blog-archive-link {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 18px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {	
}

/* @end */

/* @group FILE SHARING */

.filesharing-description {
	line-height: 1.4em;
	margin-bottom: 15px;
	color: #000000;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item a {
	color: #000000;
}

.filesharing-item-title {
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

.filesharing-item-description {
	line-height: 1.4em;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
}

.album-description {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 3px 0 10px 0;
	margin: 2px 0px 80px 0px;
	line-height: 1.4em;
	color: #000000;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 28px;
	margin-right: 10px;
	padding-right: 6px;
}

html>body .thumbnail-wrap {
	padding-right: 0px;
	margin-bottom: 56px;
	margin-right: 20px;
}

.thumbnail-frame {
	position: absolute;    bottom: 0px;    left: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	border: 0px;
}

.thumbnail-caption {
	display: block;
	width: 100%;
	height:  50px;
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.3em;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 15px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
}

.photo-navigation {
	margin: 0px;
	background-color: transparent;
	text-align: center;
}

.photo-navigation a {
	color: #000000;
	text-decoration: underline;
}

.photo-navigation a:hover {
	color: #000000;
	text-decoration: none;
}

.photo-frame {
	margin: 0px;
	background-color: transparent;
}

.photo-links {
	font-size: 13px;
}

.photo-title {
	display: block;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	color: #000000;
	font-size: 20px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.photo-caption {
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	margin: 0px;
	padding: 4px 20px 20px 20px;
}

/* @end */

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
}

.movie-page-description {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #000000;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: left;
}

.movie-thumbnail-frame a {}

.movie-thumbnail-frame:hover {}

.movie-thumbnail-caption {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px;
	color: #505050;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.movie-thumbnail-frame img {
	border: none;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

.movie-title {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 16px 0px 20px 0px;
	text-align: center;
}

.movie-description {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #000000;
}

.movie-frame {
	text-align: center;
	margin: 0px 0px 14px 0px;
	border: 0px;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-page-title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, Helvetica, sans-serif;
}

.movie-page-description {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #000000;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: left;
}

.movie-thumbnail-frame a {}

.movie-thumbnail-frame:hover {}

.movie-thumbnail-caption {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px;
	color: #505050;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.movie-thumbnail-frame img {
	border: none;
}

/* @end */

/* @group CONTACT FORM */

form {
	margin-bottom: 18px;
}

.message-text {
	padding: 3px;
	text-align: left;
}

.form-input-field {
	width: 90%;
	border: 1px solid #555555;
	background-color: #EBEBEB;
	color: #000000;
	font: 14px/21px Arial, Helvetica, Verdana, sans-serif;
}

.form-input-button {	
}

.required-text {
	color: #FF0000;
}

/* @end */







