/**
 * @author erkan gunes 
 * Oct 2008 stable CSS code control
 *
 * desc revision 1.0.1
 *
 **/
 
 
 
 #arl
 {
 	font-family: Arial, Tahoma, Helvetica, mono;
 }
 
 
 #thm 
 {
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans;
 }
 
 
 #vrd
 {
 	font-family: Verdana, Tahoma, Arial, mono;
 }
 
 
 #gnv
 {
 	font-family: Geneva, Times, Trebuchet MS, serif;
 }
 
 
 #trb
 {
 	font-family: Trebuchet MS, Geneva, Platino Linotype, sans;
 }
 
 
 #lcd, h2
 {
 	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
 }
 
 
 #plt
 {
 	font-family: Platino Linotype, Trebuchet MS, Helvetica, serif;
 }
 
 
 #cbr
 {
 	font-family: Cambria, Arial, Helvetica, serif;
 }
 
 
 #seg
 {
 	font-family: Segoe UI, Segoe, Tahoma, Arial, monospace;
 }
 
 
 .x-small 
 {
 	font-size: .6em;
 }
 
 
 .small
 {
 	font-size: .7em;
 }
 
 
 .midium
 {
 	font-size: .8em;
 }
 
 
 .large
 {
 	font-size: .9em;
 }
 
 
 .x-large
 {
 	font-size: 1em;
 }
 
 
 .xx-large
 {
 	font-size: 1.2em;
 }
 
 
 .full-size
 {
 	width: 100%;
	height: 100%;
 }
 
 
 .autosize
 {
 	width: auto;
 }
 
 
 
 
 
 
 
 
 
 
 