/* Type
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'cf';
	src: url('fonts/fbtkuma-bold.eot');
	src: url('fonts/fbtkuma-bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/fbtkuma-bold.woff') format('woff'),
	url('fonts/fbtkuma-bold.ttf') format('truetype'),
	url('fonts/fbtkuma-bold.svg#fbtkuma-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{ -webkit-font-smoothing: antialiased; font-smoothing: antialiased; /*text-shadow: 0 1px 1px rgba(255,255,255,.3);*/ }

::-moz-selection{background: #990000; color: #fff; text-shadow: none;}
::selection {background: #990000; color: #fff; text-shadow: none;} 
a:link {-webkit-tap-highlight-color: #990000; }
a,.link{ color: #fff; cursor: pointer; text-decoration: none; }

body{ font-family: 'Arial'; font-size: 12pt; color: #000000; }

b,strong{ font-weight: bold; }
i,em{ font-style: italic; }
small{ font-size: 0.85em; line-height: 0.9em; }

nav ul,nav li{ list-style: none; padding: 0; margin: 0; }
nav ul{ position: relative; overflow: hidden; }
nav li{ float: right; }
nav li a{ color: inherit; text-decoration: none; }

p{ margin: 0 0 1em 0; line-height: 1.2em; }

.cf1{ font-family: 'cf'; }
.white{ color: #000000; }
.gold{ color: #cda640; }

.title,h1, h2, h3, h4, h5, h6{ margin: 0.2em 0 0.2em 0; font-family: 'cf','Arial'; color: #cda640; line-height: 1em; }
h1,h2,.title{ font-size: 2.4em; color: #000000; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.6em; }
h5{ font-size: 1.4em; }
h6,.subs .title{ font-size: 1.2em; }

li ul, li ol{ margin: 0 1.5em; }
ul, ol{ margin:0 1.5em 2em 1.5em; }
ul{ list-style-type:disc; }
ol{ list-style-type:decimal; line-height: 1.4em; }
ol ol{ list-style: upper-alpha; }
ol ol ol{ list-style: lower-roman; }
ol ol ol ol{ list-style: lower-alpha; }
ul > li{ margin-right: -0.4em; margin-left: 0.5em; line-height: 1.2em; }
li{ margin-bottom: 0.25em; }

dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }

.table{ clear: both; overflow-x: auto; max-width: 100%; }
table{ max-width: 100%; width: auto; font-size: 1.25em; padding: 0; margin:0; text-align: right; border: 1px solid #18395c;  font-family: 'cf','Arial'; }
table td{ padding: 10px 25px 5px 15px; border-left: 1px solid #18395c; border-bottom: 1px solid #18395c; background: url(../img/pink_arrow.gif) 97% 50% no-repeat;}
table tr:first-child td{ background: none; color: #cda640; font-family: 'cf','Arial'; padding: 14px 10px 10px 10px; font-size: 1.1em; line-height:1em; font-weight: bold; border-bottom: 1px solid #18395c; }
table tr td:last-child{ border-left: none; }

/* {flexi} Responsive Web
----------------------------------------------------------------------------------------------------*/

/* SmartPhone Portrait - Width ...-480 */
@media only screen and (min-width: 300px) and (max-width: 479px){
	body{ font-size: 11pt; }
}

/* SmartPhone Landscape - Width 480-768 */
@media only screen and (min-width: 480px) and (max-width: 767px){
	body{ font-size: 13pt; }
	table td{ background: url(../img/pink_arrow.gif) 98% 50% no-repeat;}
	
}

/* 	 Portrait - Width 768-980 */
@media only screen and (min-width: 768px) and (max-width: 979px){
	body{ font-size: 12pt; }	
}

/* Tablet Landscape - Width 980-1200 */
@media only screen and (min-width: 980px) and (max-width: 1199px){
	body{ font-size: 12pt; }
}

/* Desktop - Width 1200-1600 */
@media only screen and (min-width: 1200px) and (max-width: 2199px){
	body{ font-size: 12pt; }
}

/* Large Screen - Width 1600+ */
@media only screen and (min-width: 2200px){
	body{ font-size: 16pt; }
}