/* CONTENT */
DIV.content-box {
	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
	background: #FFFFFF;
	margin: 5px 5px 5px 5px;
	text-align: left;
	display : block;
}
DIV.page-content-box {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	margin: 5px 5px 5px 5px;
	text-align: left;
	display : block;
}
SPAN.content-title{
	font-family: Tahoma, Helvetica, Geneva;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5em;
	color: #000000;
	text-transform : lowercase;
	letter-spacing : 2px;	
}
DIV.content-title{
	font-family: Tahoma, Helvetica, Geneva;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5em;
	color: #000000;
	text-transform : lowercase;
	letter-spacing : 2px;
	border-bottom: 1px solid #999;
}
SPAN.content-title-red{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	line-height: 1.5em;
}
A.content-title:link, A.content-title:visited, A.content-title:active{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #002eb7;
	font-weight: bold;
	text-decoration: none;
}
A.content-title:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #002eb7;
	font-weight: bold;
	text-decoration: underline;
}
SPAN.content-description{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
}
SPAN.content-date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 2em;
}
IMG.content-icon {
	margin: 0 10px 0 0;
	border:1px solid #204558;
	float:left;
}
IMG.content-img-sx {
	margin: 10px 20px 10px 0;
	padding: 5px;
	border:1px solid #999;
	float:left;
}
IMG.content-img-dx {
	margin: 10px 0 10px 20px;
	padding: 5px;
	border:1px solid #999;
	float:right;
}
IMG.content-img-center {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	border:1px solid #999;
	float:center;
}
A.content-link:link, A.content-link:visited, A.content-link:active{
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	line-height: 2em;
}
A.content-link:hover {
	font-weight: bold;
	color: #EEEEEE;
	background: #1190bd;
	text-decoration: none;
	line-height: 2em;
}


/* NO CONTENT */
DIV.nocontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #9FBDB5;
	text-align: center;
}


/* ARGUMENT BOX */
DIV.argument-box {
}

DIV.argument-name {
	font-family: Tahoma, Helvetica, Geneva;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
	color: #000000;
	text-transform : lowercase;
	letter-spacing : 2px;	
	margin: 20px;
	border-bottom: 1px solid #999;
}


/* content category */
/*---------------------------------------------------------------------------------------------------------------*/
/* Argument 1 */
DIV.argument-box-1 {
}
DIV.argument-name-1{
	padding: 0px;
	background: #00CCCC;
	color: #FFFFFF;
	font: 12px verdana, helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #204558;
	line-height : 1em;
}

/* Argument 2 */
DIV.argument-box-2 {
	background: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	line-height : 1em;
}
DIV.argument-name-2 {
	color: #990000;
	font: 12px verdana, helvetica, sans-serif;
	font-weight: bold;
	line-height : 1em;
}

/* Argument 3 */
DIV.argument-box-3 {
	background: #FFFFFF;
	font: 100% verdana, helvetica, sans-serif;
	line-height : 1em;
}
DIV.argument-name-3 {
	background: #32CD32;
	color: #FFFFFF;
	font: 100% verdana, helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #204558;
	line-height : 1em;
}

/*---------------------------------------------------------------------------------------------------------------*/