/********************    General    ********************/

td {
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12pt;
}

img {
	border: 0px;
}

a {
	color: blue;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/********************    Menu    ********************/

.MenuCell {
	background-color: #6dcff6;
	color: black;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.MenuCell:hover {
	background-color: #7da7d8;
	cursor: pointer;
	color: white;
}

.MenuCellChosen {
	background-color: #7da7d8;
	color: black;
	cursor: default;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.MenuCellSubChosen {
	background-color: #7da7d8;
	color: black;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.SubMenuCell {
	background-color: #bbffbb;
	color: black;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.SubMenuCell:hover {
	background-color: #88cc88;
	cursor: pointer;
	color: #808080;
	color: white;
}

.SubMenuCellChosen {
	background-color: #88cc88;
	color: black;
	cursor: default;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}

/********************    Cards    ********************/

.CardSmallPortrait {
	width: 40px;
	height: 60px;
	display: block;
}

.CardMediumPortrait {
	width: 80px;
	height: 120px;
	display: block;
}

.CardMediumLandscape {
	width: 120px;
	height: 80px;
	display: block;
}

.CardLargePortrait {
	width: 200px;
	height: 300px;
	display: block;
}

.CardLargeLandscape {
	width: 300px;
	height: 200px;
	display: block;
}

/********************    Flags    ********************/

.FlagSmall {
	width: 32px;
	height: 50px;
	display: block;
}

.FlagMedium {
	width: 64px;
	height: 100px;
	display: block;
}

.FlagLarge {
	width: 114px;
	height: 180px;
	display: block;
}

.tdFlagHomepage {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tdFlagHeader {
	vertical-align: bottom;
	padding-bottom: 20px
}

.tdFlagMenu {
	padding: 10px;
}

/********************    General Images    ********************/

.StampImage {
	width: 100px;
	height: 100px;
	display: block;
}

.InternetIcon {
	width: 25px;
	height: 25px;
	display: block;
}

/********************    Cells    ********************/

.tdHeading {
	vertical-align: top;
	white-space: nowrap;
}

.tdContent {
	width: 100%;
	vertical-align: top;
	background-color: white;
}

.tdForm {
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
}

.FormField {
	color: black;
	background-color: #80C0FF;
	border: 1px solid;
	border-color: gray;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.tableSymbol {
	width: 540px;
	height: 540px;
}
