/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #aaaaff;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }


/* Custom

*/
hr { 
	height: 0px;
	border: solid #aaaaaa 0px;
	border-top-width: 1px;
}

.c_border { 
    width: 640px;
	height: 480px;
	overflow: auto;
	border-width: 2px;
	border-color: #bbbbbb;
	border-style: outset;
	background-color: #cccccc;
}

.item { 
    width: 620px;
	height: 128px;
	border: #ffaa33;
	float: left;
}

.c_welcome{ 
    width: 508px;
	height: 100px;
	margin: 2px;
	padding: 10px;
	border-width: 2px;
	border-color: #bbbbbb;
	border-style: outset;
	background-color: #cccccc;
	color: #333333;
}

.c_pic{ 
    width: 64px;
	height: 100px;
	float: left;
	margin-top: 16px;
	padding: 10px;
	border-right-width: 1px;
}

.c_description{ 
    width: 480px;
	height: 100px;
	padding: 10px;
	margin: 2px;
	float: left;
	border-width: 2px;
	border-color: #cccccc;
	border-style: inset;
	background-color: #eeeeee;
	color: #333333;
}

.c_title{ 
    font-size : 14px;
	font-weight : bold;
	color: #666666;
}

.c_text { 
	font-size : 12px;
	color: #333333;
}