img {
	border:none;
}

p {
	width:auto;
	margin-top:0px;

	text-align:justify;
}

ul {
	list-style-type:square;
}

.linkintern {
	background: url("img/linkintern.png") center right no-repeat;
	padding-right:13px;
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #c0c0c0;
}

.linkextern {
	background: url("img/linkextern.png") center right no-repeat;
	padding-right:13px;
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #c0c0c0;
}

.tnbox {
	clear:both;

	overflow:hidden;

	width:184px;
	height:auto;

	border:1px solid #c0c0c0;

	margin-top:10px;
	margin-bottom:10px;

	padding:2px;

	text-decoration:none;
	text-align:center;
	font-size:small;
}

.tnboxleft {
	clear:left;
	float:left;

	margin-right:15px;
}

.tnboxright {
	clear:right;
	float:right;

	margin-left:15px;
}

.tnboxinline {
	display:inline-block;
}

.tnboxtext {
	display:block;

	background: url("img/linkimage.png") center right no-repeat;
	padding-right:16px;

	border-width:0px;

	color:#2f2f2f;
	text-decoration:none;
	text-align:left;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.line-through {
	text-decoration:line-through;
}

.x-small {
	font-size:x-small;
}

.small {
	font-size:small;
}

.normal {
	font-size:medium;
}

.large {
	font-size:large;
}

.x-large {
	font-size:x-large;
}


.darkred {
	color:maroon;
}

.red {
	color:red;
}

.orange {
	color:orange;
}

.brown {
	color:#7c4100;
}

.yellow {
	color:yellow;
}

.green {
	color:green;
}

.olive {
	color:olive;
}

.cyan {
	color:aqua;
}

.blue {
	color:blue;
}

.darkblue {
	color:navy;
}

.indigo {
	color:purple;
}

.violet {
	color:fuchsia;
}

.white {
	color:white;
}

.black {
	color:black;
}
