
/* ************************************************ */
/* Generic Design Css: design.css */

#body {
	width: 100%;	
}

#main-table {
	margin-top: 10px;
}

.fat-border-top {
	border-top-style: solid;
	border-top-width: 10px;
}

.fat-border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 17px;
}

.fat-border-right {
	border-right-width: 10px;
	border-right-style: solid;
}

.thin-border-right {
	border-right-style: solid;
	border-right-width: 2px;
}

.thin-border-left {
	border-left-style: solid;
	border-left-width: 2px;
}

.thin-border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.header {
	background: url('../../../../designs/design135/color1/images/bgtop.gif') repeat-x 0 6px;
	padding-top: 6px;
}

#fat-border-box {
	width: 10px;
	height: 69px;
	margin-top: 6px;
	margin-bottom: 5px;
	float: right;
}

#slogan {
	margin-bottom: 10px;
}

#logo-container {
	float: right;
}

#menu-cell {
	background-image: url('../../../../designs/design135/color1/images/navtop.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 40px;
}

#navbot {
	background-image: url('../../../../designs/design135/color1/images/navbot.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content-cell {
	padding: 15px 10px 15px 15px;
}

#footer-text {
	padding-left: 15px;
}

/* ************************************************ */
/* Design Css for Color: design135.css */

/* p,td { font-size:12px;color:#FFFFFF; } */
/* body { background-color:#FFFFFF; } */

.thin-border-right { border-right-color: #FFF; }
.thin-border-left { border-left-color: #FFF; }
.thin-border-bottom { border-bottom-color: #FFF; }

#fat-border-box { background-color:#000000; }
.fat-border-right { border-right-color: #000000; }
.fat-border-top { border-top-color: #000; }
.fat-border-bottom { border-bottom-color: #000; }

.bot { font-size:12px;color:#FFFFFF; }

.content { background-color:#B34949; }
.navplace { background-color:#A84040; }



/* ************************************************ */
/* Custom Css Part */

html {
    overflow:auto;
}
body {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    text-align: left;
    color: #030303;
    background: #FFFFFF;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 20px;font-family: "Times New Roman", Times, serif;color: #030303;}
#body p {font-size: 20px;color: #030303;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: "Times New Roman", Times, serif;font-size: 44px;color: #000000;
}
p {
    margin-top: 0.0em;
    margin-bottom: 0.0em;
}
#body a, #body a:visited, #body a.pager, #body a.pager:visited {
color: #3b64ef;
    text-decoration: underline;
}
#body a.totop, #body a.totop:visited, #body a.totop:hover {
    color: #3b64ef;
    text-decoration: none;
}
#body a:hover, #body a.pager:hover {
    text-decoration: underline;
}
object.videoObject {display: none;}*+html object.videoObject {display: block;}* html object.videoObject {display: block;}embed.videoEmbed {display: block;}*+html embed.videoEmbed {display: none;}* html embed.videoEmbed {display: none;}
