/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#box{
	border: 1px solid #000000;

}

.box_small{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
.compName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.ul
{
	font-style: normal;
	list-style-position: inside;
	list-style-type: none;
}

.li
{
	list-style-position: inside;
	list-style-type: none;
}
.link{
	font-size: 14px; font-weight:normal; text-decoration : none;font-family: Arial, Helvetica, sans-serif;
}
a{	font-size: 14px; font-weight:normal; text-decoration : none;	color: #000000;	background: transparent; 	}

a:link, a:visited {	text-decoration : none;	color: #000000;	background: transparent; 	}

a:hover {	text-decoration : underline;	color: #999;	background: transparent; 	}

a:active {	text-decoration : none;	color: #526968;	background: transparent;  	}

