body, div, table, tr, th, td, form, input, select, textarea, p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

body, input, select, textarea {
	font-family: Verdana, Geneva, Arial, sans-serif;
}

body {
	font-size: 14px;
	background-color: white;
}

table {
	font-size: 1em;
}
input, select, textarea {
	font-size: .9em;
}

table, tr, th, td {
	vertical-align: top;
	text-align: left;
	border-spacing: 0px;
	border: none;
	font-weight: normal;
	empty-cells: show;
}

img {
	border: none;
}

p {
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 170%;
}


/* HEADINGS */
h1 {
	color: #07287C;
	font-size: 1.5em;
	background-image: url(/public/img/bg_top.png);
	background-repeat: no-repeat;
	height: 52px;
	padding-top: 0px;
	text-align: center;
}

h2 {
	color: #07287C;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 0;
}


/* LINKS */
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: white;
}


a.nul:link, a.nul:visited {
	color: black;
	text-decoration: none;
}

a.nul:hover, a.nul:active, a.nul:focus {
	color: white;
}

a.cal:link, a.cal:visited {
	color: black;
	text-decoration: underline;
}

a.cal:hover, a.cal:active, a.cal:focus {
	color: white;
}


/* LAYOUT */
#frame {
	width: 791px;
	margin: 10px 0 10px 30px;
}

#logo {
	text-align: right;
}

#tophead {
	background-image: url(/public/img/bg_toptop.png);
	background-repeat: no-repeat;
	height: 118px;
}

#content {
	background-image: url(/public/img/bg_main.png);
	background-repeat: repeat-y;
	padding: 0 40px 0 30px;
}

#faq {
	background-image: url(/public/img/bg_main.png);
	background-repeat: repeat-y;
	padding: 0 40px 0 30px;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#menu a {
	color: #67BCDF;
	padding: 0 10px;
	cursor: pointer;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	background-color: #67BCDF;
}

#vsethlogo {
	margin-top: 50px;
	text-align: right;
}


#inenglish {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#inenglish a {
	color: #000000;
	padding: 0 10px;
	cursor: pointer;
	text-decoration: none;
}
#inenglish a:hover {
	color: white;
	background-color: #000000;
}



/* TABLE */
#content table {
	border-spacing: 3px;
	width: 100%;
	font-size: .9em;
}

#content td,
#content th {
	padding: 2px 10px 2px 5px;
}

#content th {
	background-color: #6EC8E9;
	font-weight: bold;
}

#content td {
	background-color: #9AD9F0;
}

#content td.empty,
#content th.empty {
	background-color: transparent;
}

#content td.dateheader,
#content th.dateheader {
	background-color: transparent;
	font-weight:bold;
}


/* FAQ */
#faq table {
	border-spacing: 3px;
	width: 100%;
	font-size: 14px;
}

#faq th {
	background-color: transparent;
}

#faq td {
	background-color: transparent;
	text-align: right;
}


#faq a:link, a:visited {
	color: black;
	text-decoration: none;
}

#faq a:hover, a:active, a:focus {
	color: white;
}



/* ERROR */
ul.error {
	margin-bottom: 5px;
}


.red {
	color:#ff0000;
}


#content table.invisible {
	border-spacing: 0px;
	cell-spacing: 0px;
	cell-padding: 0px;
	border: none;
	font-weight: normal;
	empty-cells: show;
	font-size: 1em;
}

#content td.invisible {
  padding: 0px 0px 0px 0px;;
}