/* 	
	Copyright (c) 2001 Gernot Hildebrandt.  All rights reserved.
	
	File: global.css
	Client: G.Money's WarrantCity
	Last Modified: June 8, 2001

*/

/* Background */
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }

/* text */
.t {  color:#000000; font-size:10pt; font-family:Arial,Helvetica; }

/* text blank */
.t0 {  font-size:10pt; font-family:Arial,Helvetica; }

/* text white*/
.tw { color:#FFFFFF; font-size:10pt; font-family:Arial,Helvetica; }

/* text green*/
.tg { color:#008040; font-size:10pt; font-family:Arial,Helvetica; }

/* text red*/
.tr { color:#FF0000; font-size:10pt; font-family:Arial,Helvetica; }

/* text yellow*/
.ty { color:#FFCC00; font-size:10pt; font-family:Arial,Helvetica; }

/* text head*/
.th { color:#FFCC00; font-size:10pt; font-family:Verdana,Helvetica; }

/* text navigation*/
.tn { color:#FFFFFF; font-size:10pt; font-family:Arial,Helvetica; }

/* small text */
.st { color:#000000; font-size:8pt; font-family:Arial,Helvetica; }

/* small text white */
.stw { color:#FFFFFF; font-size:8pt; font-family:Arial,Helvetica; }

/* small text green*/
.stg { color:#008040; font-size:8pt; font-family:Arial,Helvetica; }

/* small text red*/
.str { color:#FF0000; font-size:8pt; font-family:Arial,Helvetica; }

/* small text navigation*/
.stn { color:#FFFFFF; font-size:8pt; font-family:Arial,Helvetica; }

/*############Link Descriptions############*/

/* general link desc */
a:link { text-decoration:none }
a:visited { text-decoration:none }
a:active { text-decoration:none }
a:hover { text-decoration:underline }

/* text navigation link desc */
a.tn:hover { COLOR: #FFCC00; text-decoration:none }

/* small text navigation link desc */
a.stn:hover { COLOR: #FFCC00; text-decoration:none }