/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS
Author : Kevin Hale
URL : http://particletree.com/examples/dynamiclayouts/css/default.css

Description : Default CSS Stylesheet for Resolution Dependent Layout Demo

Created : November 12, 2005
Modified : November 15, 2005

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- CSS ----- */

body{
text-align:center;
color:#333;
font-family: verdana;

background-color: #ffffff;
}
a{
font-weight:bold;
color:#000;
cursor: pointer;
}
.input
{
 width:100px;
 height:20px;
}
.inputbutton
{

background-color:#D6D7D6;
color: #595959;
font-weight:bold;
font-family: verdana;
font-size:9px;
}
.heading
{
font:Verdana;
font-size:12px;
color:#8C0046;
font-weight:bold;
}
.subheading
{
font:Verdana;
font-size:11px;
color:#CC0000;
font-weight:bold;
}
.text
{
font:Verdana;
font-size:10px;
color:#666666;
}
.heading2
{
font:Verdana;
font-size:12px;
color:#8C0046;
}.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #990066;
	color: #990033;

}
