/* 
================================================================================
CSS styles for ALL media types
Author: Sininen Meteoriitti Oy, 2009

Document structure:
	- Basic styles for tags
	- Unique elements and their contents (in order of appearance in page source)
	- Other classes

This stylesheet is used in every page of the site and contains styles used by
all of them. 
================================================================================
*/

/*
================================================================================
BASIC STYLES for tags
================================================================================
*/

body{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
input, textarea, select, option{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
h1, h2, h3{ font-family: "Arial Narrow", Arial, Helvetica, sans-serif; }
h4, h5, h6{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
h1{ text-transform: uppercase; }
h2{ text-transform: uppercase; }

/*
================================================================================
UNIQUE ELEMENTS and their contents
================================================================================
*/

/* 	
================================================================================
CONTROL ELEMENTS and their contents
================================================================================
*/

/*
================================================================================
GENERIC CLASSES
================================================================================
*/