/***********************************************/
/* style.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag style                              */
/***********************************************/

body
{
	background: #DDDDDD;
	margin: 5px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
}

a
{
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
    font-size: 12px;
}
a:link
{
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
    font-size: 12px;
}
a:visited
{
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
    font-size: 12px;
}
a:hover
{
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
    font-size: 12px;
}
a:active 
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.border_top
{
	background: url("../images/border_top_bg.jpg");
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 770px;
	height: 43px;
	padding: 27px 0 0 10px;
	border: 1px solid #000000;
}

.border_navigation
{
	font-family: arial;
	font-size: 12px;
	text-align: left;
	width: 775px;
	height: 25px;
}

.border_main
{
	background: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	border: 1px solid #000000;
	width: 770px;
	min-height: 600px;
	padding: 5px 5px 10px 5px;
}

.border_news
{
	float: right;
	width: 160px;
	background: #EEEEEE;
	border: 1px dashed #000000;
	margin: 0 0 5px 5px;
	padding: 3px;
}
.news_link
{
	margin: 30px 0 0 0;
}

.content
{
	width: 620px;
}

.head
{
	font-weight: bold;
}
.head#underline
{
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
}

.codestyle
{
	margin: 10px 0 10px 0;
	background: #DDDDDD;
	width: 620px;
}
