﻿/* NEW - use these instead of defining new stuff in every page >< */

/* CLASSES */
.u {text-decoration: underline}
.i {font-style: italic}
.b {font-weight: bold}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.size18 {font-size: 18pt}
.size14 {font-size: 14pt}


/* LAYOUT */
.content {width: 760px; margin-top: 26px}
.footer {text-align: center; width: 760px; display: block; font-size: 10px;}



body {
	font-family: Veranda, Arial, Geneva;
	background-image: url(images/background-keyboard.jpg);
	background-position: 2px 115px; /* X Position, Y Position */
	background-repeat: no-repeat;
	background-color: #809CBE;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 9px;
	padding-right: 9px;
}



/* A */
a {font-weight: normal; color: #ffffff; text-decoration: none}
a:hover{text-decoration: underline; color: #ffcc00}
/* Paypal Verified Page Link */
.red {color: red}


/* Contact Forms */
input, select, textarea, {
	color: #000000;
	border-width: 1px;
}