/* Tags */

body {
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	background-color: white;	
}

h5 { 
	font-size: 90%; 
	text-align: justify; 
	font-weight: bold; 
	font-family: "courier new", helvetica, sans-serif;
}

li { 
	color: #404040;
	font-family: verdana, sans-serif;
	font-size: 70%; 
	text-align: justify;
	line-height: 2em;
}

p { 
	color: #202020;
	font-family: verdana, sans-serif;
	font-size: 75%; 
	text-align: justify;
	line-height: 1.4em;
}

td {
	text-align: center
}

img {
	border: 0px;
}

/* Template */

.table {
	border-collapse: collapse;
	/* enable me to go great than 1024 width: 100%;*/ 
	padding: 0px;
	border: 0px;
}

/* Links */

a:link { 
	color: blue; 
	font-size: 100%;
	text-decoration: none; 
}
                                     
a:visited {	
	color: blue;
	font-size: 100%; 
	text-decoration: none; 
}

a:hover {	
	color: blue; 
	font-size: 100%; 
	text-decoration: underline; 
}

div.exampleLink a:link { 
	color: blue; 
	font-size: 80%;
	font-family: "courier new", helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
}
                                     
div.exampleLink a:visited {	
	color: blue;
	font-size: 80%; 
	font-family: "courier new", helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
}

div.exampleLink a:hover {	
	color: blue; 
	font-size: 80%; 
	font-family: "courier new", helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline; 
}

div.contactLink a:link { 
	color: blue; 
	font-size: 100%;
	text-decoration: none; 
}
                                     
div.contactLink a:visited {	
	color: blue;
	font-size: 100%; 
	text-decoration: none; 
}

div.contactLink a:hover {	
	color: blue; 
	font-size: 100%; 
	text-decoration: underline; 
}

div.menu p {
	font-size: 75%;
	text-align: left;
	text-decoration: none;
	line-height: 100%;
	margin: 1em;
	color: black;	
	font-family: arial, helvetica, sans-serif
}

div.menu a:link {
	color: #000080;
	text-decoration: none;
	font-size: 100%;
}

div.menu a:visited {
	color: #000080;
	text-decoration: none;
	font-size: 100%;
}

div.menu a:hover {
	color: #00bfff;
	text-decoration: underline;
	font-size: 100%;
}

div.tailpiece a:link {
	color: black;
	font-size: 100%;
	text-decoration: none;
}

div.tailpiece a:visited {
	color: black;
	font-size: 100%;
	text-decoration: none;
}

div.tailpiece a:hover {
	color: #00bfff;
	font-size: 100%;
	text-decoration: underline;
}


/* GENERIC */

/* Alignment */

.alignJustify {
	text-align: justify !important;
}

.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.alignCenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vAlignBottom {
	vertical-align: bottom;
}

.vAlignTop {
	vertical-align: top;
}

.vAlignMiddle {
	vertical-align: middle;
}

/* Border */

.borderBlack1 {
	border: solid black 1px;
}

.borderBottomGrey1 {
	border-bottom: solid 1px #6D6968;
}

.borderGrey1 {
	border: solid 1px #6D6968;
}

.borderDDDDDD1 {
	border-bottom: solid 1px #dddddd;
}

/* Colors */

.colorRed {
	color: red;
}

.colorBlue {
	color: blue;
} 

.colorGrey {
	color: grey;
}

.colorWhite {
	color: white;
}

.bgColorWhite {
	background-color: white;
}

.bgColor339999 {
	background-color: #339999;
}

.bgColor999999 {
	background-color: #999999;
}

.bgColorCCCCCC {
	background-color: #cccccc;
}


.bgColorDDDDDD {
	background-color: #dddddd;
}

.bgColorEEEEE0 {
	background-color: #eeeee0;
}

.bgColorEEEEEE {
	background-color: #eeeeee;
}

.bgColorFFFFF0 {
	background-color: #fffff0;
}

.bgColorBlack {
	background-color: black;
}
/* Font families */

.sanserif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.serif {
	font-family: Georgia,"Times new Roman",Times;
}

.monospace {						 
	font-family: Courier,"Courier New",monospace;
}

.fantasy {
	font-family: Impact;
}

.cursive {
	font-family: "Comic Sans MS";
}


/* Font size */

.font60 {
	font-size: 60%;
}

.font65 {
	font-size: 65%;
}

.font75 {
	font-size: 75%;
}

.font70 {
	font-size: 70%;
}

.font80 {
	font-size: 80%;
}

.font85 {
	font-size: 85%;
}

.font100 {
	font-size: 100%;
}

.font110 {
	font-size: 110%;
}

/* Float */

.floatLeft {
	float : left;
}

.floatRight {
	float : right;
}

/* Font weight */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic ! important;
}


/* Text */

.underline {
	text-decoration: underline;
}

.greenAdvice {
 	font-size: 70%;
	font-weight: bold;
 	text-align: center;
 	color: green;
 	font-family: Georgia,"Times new Roman",Times;
 }

.redAdvice {
 	font-size: 70%;
	font-weight: bold;
 	text-align: center;
 	color: red;
 	font-family: Georgia,"Times new Roman",Times;
 }

.text1 { 
	font-size: 90%; 
	font-family: "comic sans ms", sans-serif; 
	font-weight: bold;
}

.text2 { 
	font-size: 100%; 
	font-family: "comic sans ms", sans-serif; 
	font-weight: bold;
}

.text3 { 
	margin-left: 10em; 
	font-size: 80%; 
	font-weight: normal;  
	font-family: verdana, sans-serif; 
	color: #0000FF; 
	font-style: italic; 
	text-align: left
}

.text4 { 
	font-family: verdana, sans-serif; color: #008080;
	font-size: 75%; 
	font-style: italic;
	text-align: center;
}

.text5 {
	font-family: "Comic Sans MS", sans-serif; 
	font-size: 80%; 
	font-weight: bold; 
	text-decoration: underline;
}

.text6 {
 	font-size: 85%;
	font-weight: bold;
 	text-align: left;
 	font-family: Georgia,"Times new Roman",Times;
 }

.text7 {
 	font-size: 70%;
	font-weight: bold;
 	text-align: center;
 	color: black;
 	font-family: Georgia,"Times new Roman",Times;
 }

.helpFileName {
	text-align: right;
	color: 404000;	    
	font-size: 70%;
	font-style: italic;
	font-family: "courier new", helvetica, sans-serif
}

.payment { 
	font-family: verdana, sans-serif; color: #000000; 
	font-size: 70%; 
	font-style: italic; 
	text-align: right; 
	font-weight: bold
}

.helpBarText { 
	text-align: right;
	background-color: #FFFFCC; 
}

/* Margin */
.margin1em {
	margin: 1em ! important;
}


/* Padding */

.padding1em {
	padding: 1em ! important;
}

.padding04em {
	padding: .4em ! important;
}

.paddingRight04em {
	/*padding-left: .4em;*/
	padding-right: .4em;
	padding-top: .4em;
}

.paddingLeftRight1em {
	padding-left: 1em;
	padding-right: 1em;
}

.paddingLeftRight2em {
	padding-left: 2em;
	padding-right: 2em;
}

.paddingLeft4cm {
	padding-left: 4cm;
}

/* Spacing */

.spacing2em {
	spacing: 10px;
}

/* Widths/Height */

.width100 {
	width: 100%;
}

.width90 {
	width: 90%;
}

.width80 {
	width: 80%;
}

.width70 {
	width: 70%;
}

.width60 {
	width: 60%;
}

.width50 {
	width: 50%;
}

.width40 {
	width: 40%;
}

.width30 {
	width: 30%;
}

.width20 {
	width: 20%;
}

.width10 {
	width: 10%;
}

/* These two control the width - try 914 and 690*/
.width1014 {
	width: 980px;
}

.width860px {
	width: 860px;
}

.width640px {
	width: 640px;
}

.width400px {
	width: 400px;
}

.width300px {
	width: 300px;
}

.width200px {
	width: 200px;
}

.width150px {
	width: 150px;
}

.width120px {
	width: 120px;
}

.width85px {
	width: 85px;
}

.width60px {
	width: 60px;
}

.width20px {
	width: 20px;
}

.width16px {
	width: 16px;
}

.width8px {
	width: 8px;
}

.width4px {
	width: 4px;
}

.height80px {
	height: 80px;
}

.height70px {
	height: 70px;
}

.height60px {
	height: 60px;
}

.height20px {
	height: 20px;
}

.height100 {
	height: 100%;
}


.menuText {
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: left;
	text-decoration: none;
	margin: 1em;
}

.menuHeadText {
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	margin: .7em;
}

.tabLink {
	background-color: #cccccc;
	border: solid 1px #6D6968;	
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 100%;
	padding-top: .4em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	text-decoration: none;
}

.tabText {
	background-color: #cccccc;
	border-top: solid 1px #6D6968;
	border-left: solid 1px #6D6968;
	border-right: solid 1px #6D6968;
	border-bottom: solid 1px #cccccc;
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 100%;
	padding-top: .4em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	text-decoration: none;
}

.menuColor {
	color: #999933;
}

.menuBgColor {
	background-color: #6D7B8D;
}

.menuTableBgColor {
	background-color: #ddddcc;
}

.nocharge {
	border: dotted green 2px; 
	border-collapse: collapse;
	color : red;
	font-family: verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding: .4em; 	
}

.noWrap {
	white-space : nowrap;
}


.button1{
	background-color: #ddddcc;
	color: darkblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
	height: 24px;
	border: solid 1px black;
}

