body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}

table {
	border-collapse: collapse;
}
p {
	line-height: 1.5em;
	margin-left: 12px;
}

h2, .h2 {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	margin: 2em auto .3em 12px;
	padding-bottom: .6em;
	color: #27547d;
}

a.err { background-color: yellow;}

h3, .h3 {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	margin: 1em auto 0 12px;
}

h3.h35 {
	text-transform: none;
	font-size: large;
	font-weight: bold;
	margin: 1em auto 0 12px;
}



li {
	line-height: 1.5em;
}

h4 {
	color: rgb(119, 118, 119);
	text-transform: uppercase;
	font-size: 10pt;
	margin-bottom: .2em;
	margin-left: 12px;
}

h5, .h5 {
	font-size: 10pt;
	color: rgb(88, 86, 85);
}

pre {
	padding: 0;
	margin: 0;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


a:link, a:active, a:visited {
	color: #18568F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	
}

a.notd {
	text-decoration: none;
}
a.notd:hover {
	text-decoration: underline;
}


a.left {
	font-size: 13px;
	color: rgb(119, 119, 119);
	text-decoration: none;
	padding: 10px 1em;
	display: block;
	font-weight: bold;
	background-color: #E6E6E6;
	margin-bottom: 5px;
}

a.leftsel {
	font-size: 13px;
	color: #F1F1F1;
	background-color: #196ea4;
	text-decoration: none;
	padding: 10px 1em;
	display: block;
	font-weight: bold;
	background-image: url( 'img/leftsel_bg.jpg' );
	background-repeat: repeat-x;
}


a.left:hover {
	color: rgb(38, 84, 124);
	background-color: #999999;
	background-image: url( 'img/leftsel_hover_bg.jpg' );
	background-repeat: repeat-x;	
}


a.top {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	display: block;
	
	border-bottom: #CCCCCC;
	text-decoration: none;
	padding: 5px;
	margin: 0;
}

a.sel {
	color: rgb(222, 222, 222);
	background-image: url( 'img/topsel_bg.jpg' );
	background-repeat: repeat-x;	
}

a.top:hover {
	color: #196ea4;
	background-image: url( 'img/topsel_hover_bg.jpg' );
	background-repeat: repeat-x;	
}



.paper {
	margin: 0 auto;
	width: 840px;
	border: 1px solid rgb(222, 222, 222);
	border: 0 1px;
}

.loginrow td {
	padding-bottom: 5px;
}


a img {
	border: 0;
}

a#img:hover {
	border: 0;
}



.blogview_title {
	font-size: 130%;
	font-weight: bold;
}

.blogview_arctitle {
	vertical-align: top;
	padding: .5em 0 0 1em;
}
.blogview_arcinfo {

	padding: .5em 0 0 0;
	vertical-align: top;
	font-size: 80%;
	text-align: left;
	color: #666666;
}
.blogview_info {
	color: #666666;
}

.top_menu_bg{
background-color: #CCCCCC;
}

a.mid{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.mid:hover{
color: #000000;
	text-decoration: underline;
}
.top_line {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(132, 153, 165);
}

.greybg{
	background-color: #F4F4F4;
}
#white_border{
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 3px;
}

#grey_border{
	margin-bottom: 0px;
	height: 5px;
	border-left-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}

.padding_right_10{
	padding-right: 10px;
}

.padding_left_10{
	padding-left: 10px;

}

.padding_bottom{
	padding-bottom: 3px;
}

.padd_top_bottom{
	padding-bottom: 2px;
	padding-top: 2px;
}

.copy_footer{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	color: rgb(119, 119, 119);
}

.design_footer{
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.iks_footer{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.iks_footer:hover{
	color: #000000;
	text-decoration: underline;
}

.border_top_bottom_right{
	
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	
}

.p_h {
	font-size: 14pt;
	font-weight: bold;
	color: #294F80;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: 12px;
}

.content {
	padding: 10px;
	margin: 0;
}

.less_important {
	color: #999999;
	font-size: .9em;
}

a.less_important, a.less_important:link, a.less_important:visited, a.less_important:active {
	color: #999999;
	font-size: .9em;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.ac {
	text-align: center;
}

.at {
	vertical-align: top;
}

.vb, .ab {
	vertical-align: bottom;
}

.alvt {
	text-align: left;
	vertical-align: top;
}

.acvt {
	text-align: center;
	vertical-align: top;
}

.arvt {
	text-align: right;
	vertical-align: top;
}

.alvb {
	text-align: left;
	vertical-align: bottom;
}

.acvb {
	text-align: center;
	vertical-align: bottom;
}

.arvb {
	text-align: right;
	vertical-align: bottom;
}

.sf {
	font-size: 90%;
}

.mini_login {
	font-size: .8em;
	color: #999999;
}

.mini_login input {
	border: 0;
	border-bottom: 2px solid #EEEEEE;
}

.menu_top_sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_top_sub li {
	margin: 0;
	float: left;
	margin-right: 5px;
}
.menu_top_sub li a {
	display: block;
}


.banners {
	width: 500px;
	height: 250px;
	background-color: #EEEEEE;
	margin: 0 auto;
	text-align: center;
	color: rgb(119, 119, 119);
	vertical-align: middle;
}

.site_description {
	color: #999999;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	padding-right: 20px;
	padding-bottom: 0;
	
}

.contact_box {
	text-align: right;
	font-size: 12px;
	line-height: 1.1em;
	color: #196ea4;
	padding-right: 20px;
	
	background-image: url('img/water.jpg');
	background-position: bottom; 
	background-repeat: no-repeat;
	
}

.menu_nomove { 
	/* position: fixed;  */
	left: inherit; 
	top: inherit;
	width: 240px;
}

.down_date {
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: .5em;
	font-weight: bold;
}

.down_title {
	margin-left: 6em;
	margin-bottom: .5em;
}

.invisimenu {
	z-index: 2; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 100px; 
	padding: 3px;
	text-align: right;
}

.invisimenu a {
	color: #FCFCFC;
	text-decoration: none;
}


.t_lightblue { color: rgb(132, 153, 165); }
.t_blue { color: rgb( 38, 84, 124 ); }
.t_red { color: rgb( 216, 30, 5 ); }

tr.ac td { text-align: center; }


.inline_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.inline_image_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.submenu {
	margin: 30px 20px 30px 0;
}

.submenu a:link, .submenu a:active, .submenu a:visited { text-decoration: none;}
.submenu ul { list-style: none; margin: 0; padding: 0; }
.submenu ul li { font-size: 8pt; margin: 0: padding: 0; }
.submenu ul li a {
	font-weight: bold; 
	display: block;
	padding: 0px 0 0px 10px;
	padding-bottom: 4px;
	margin-left: 14px;
	text-indent: -14px;
}
.submenu ul li a img {
	border: 0;
	vertical-align: baseline;
	padding-right: 5px;
}
.submenu ul li ul { margin-left: 10px; margin-bottom: 10px; padding: 0; }
.submenu ul li ul li { font-size: 8pt; }
.submenu ul li ul li a { font-weight: normal; }

.dummy {
	background-color: rgb(222,222,222); 
	color: rgb(119,119,119); 
	text-align: center;
}

.topnav {
	font: normal 12px Verdana;
	background: #FFFFFF;
	width: 100%;
}

.topnav ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
}

.topnav ul li {
	position: relative;
	display: inline;
	float: left;
}

.topnav ul li a {
	display: block;
	background: white;
	padding: 4px 5px;
	border-right: 1px solid #DDDDDD;
	color: #196ea4;
	text-decoration: none;
}

.topnav ul li a:link, .topnav ul li a:visited{
	color: #196ea4;
}

.topnav ul li a:hover {
	background: #EEEEEE;
	color: #196ea4;
}
	
.perspectiva { 
	color: rgb(128, 56, 103);
}
.timon, a.timon:link, a.timon:visited, a.timon:active { 
	color: rgb(109, 166, 196);
}
.lcn, a.lcn:link, a.lcn:visited, a.lcn:active { 
	color: rgb(119, 142, 57);
}

.blog_preview {
	margin: 40px 10px 0px 15px;
}
.blog_preview .timon, .blog_preview .lcn {
	color: #333333;
}
.blog_preview .post {
	margin: 15px 0;
}
.blog_preview .title {
	font-size: 16px;
	font-weight: bold;
}
.blog_preview .title a, .blog_preview .title a:link, .blog_preview .title a:visited, .blog_preview .title a:active { text-decoration: none; }

.blog_preview .timon .title { color: rgb(109, 166, 196); }
.blog_preview .lcn   .title { color: rgb(119, 142, 57); }
.blog_preview .authors {
	margin-top: 6px;
	color: rgb(88, 86, 85);
	font-weight: bold;
}
.blog_preview .date {
	color: rgb(156, 146, 108);
	font-weight: bold;
}
.blog_preview .preview {
	margin-top: 6px;
}