/* CSS Document */

a:link, a:visited {
	color: #519920;
	text-decoration:none;
}
.bold_idea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3498ba;
	text-decoration:none;
	font-weight:bold;
}
.unbold_idea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3498ba;
	text-decoration:none;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/template/background.jpg);
	background-position:top;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
#input {
	width:200px;
	height:20px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#fcfcfc;
	padding-left:4px;
	padding-top:2px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
#textarea {
	width:200px;
	height:200px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#fcfcfc;
	padding-left:4px;
	overflow:auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
