/****************************************************/
/* Elements											*/

body, td, div, span {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
}

a {
	color: #000000;
}

img { 
	border: 0px;
}

h1 { font-size: 25px; color: #000000; }
h2 { font-size: 21px; color: #000000; }
h3 { font-size: 18px; color: #000000; }
h4 { font-size: 15px; color: #000000; }
h5 { font-size: 12px; color: #000000; }
h6 { font-size: 10px; color: #000000; }

/****************************************************/
/* Classes											*/

.box { 
	width: 610px; 
	background: #FFFFFF; 
	border: 1px solid #AAAAAA; 
}

.box_head { 
	background: #DDDDFF; 
}

.box_main { 
	background: #EEEEEE; 
	vertical-align: top;
}

.box_content { 
	background: #FFFFFF; 
	vertical-align: top; 
}

.box_desc { 
	background: #598fed; 
	color: #FFFFFF; 
}

.button { 
	background: #F0F0FF; 
	border-left: 5px solid #DDDDFF; 
	width: 100px; 
}