/*
@description body size specification. separate so text resize can be done

@author	Bryan Gullan
@created 2005-05-06

@dependsOn 
@basedOn 

@modified
*/

body, td{
	font-size:100%;
}

.textsmall {
	font-size:1em;
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
}

.textmedium {
	font-size:1.2em;
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
}

.textlarge {
	font-size:1.3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
